Merge pull request #80 from Ypnose/master

envypn-font message
This commit is contained in:
Juan RP 2013-06-08 22:06:43 -07:00
commit a94516e972
2 changed files with 7 additions and 2 deletions

View file

@ -0,0 +1,6 @@
case "${ACTION}" in
post)
echo "You may take a look at the README (located to /usr/share/doc/envypn/)"
echo "It will help you, if you want to use this font!"
;;
esac

View file

@ -1,7 +1,7 @@
# Template file for 'envypn-font'
pkgname=envypn-font
version=1.5.3
revision=1
revision=2
short_desc="Readable terminal font inspired by Envy Code R"
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
homepage="http://tetedulinuxien.fr/"
@ -13,7 +13,6 @@ makedepends="font-util mkfontdir"
do_install() {
vmkdir usr/share/fonts/envypn
install -m644 *.pcf ${DESTDIR}/usr/share/fonts/envypn
vinstall fonts.alias 644 usr/share/fonts/envypn
vinstall LICENSE 644 usr/share/licenses/envypn
vinstall CHANGELOG 644 usr/share/doc/envypn