summaryrefslogtreecommitdiffstats
path: root/abs/extra/terminus-font/install.proto
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-11-26 14:58:38 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-11-26 14:58:38 (GMT)
commit35848eb77301fe20bc9808caade9d2f3a0e966ba (patch)
treebe3572b2b6aaf19c2ba29d33710bcf6f81058ab1 /abs/extra/terminus-font/install.proto
parent48b29ffdcc0604e7efae8ffae80c401aa8540f7e (diff)
downloadlinhes_pkgbuild-35848eb77301fe20bc9808caade9d2f3a0e966ba.zip
linhes_pkgbuild-35848eb77301fe20bc9808caade9d2f3a0e966ba.tar.gz
linhes_pkgbuild-35848eb77301fe20bc9808caade9d2f3a0e966ba.tar.bz2
added some ttf fonts:
terminus-font ttf-droid ttf-liberation
Diffstat (limited to 'abs/extra/terminus-font/install.proto')
-rw-r--r--abs/extra/terminus-font/install.proto27
1 files changed, 0 insertions, 27 deletions
diff --git a/abs/extra/terminus-font/install.proto b/abs/extra/terminus-font/install.proto
deleted file mode 100644
index 37f0b55..0000000
--- a/abs/extra/terminus-font/install.proto
+++ /dev/null
@@ -1,27 +0,0 @@
-# arg 1: the new package version
- post_install() {
- echo -n "Updating font cache... "
- /usr/bin/fc-cache
- cd /usr/share/fonts/local
- /usr/bin/mkfontdir
- /usr/bin/mkfontscale
-# cp ../encodings/encodings.dir ./encodings.dir
- echo "done."
- echo "Note that local fonts are now (with xorg-7.0) in /usr/share/fonts/local/"
- }
-
-# # arg 1: the new package version
-# # arg 2: the old package version
- post_upgrade() {
- post_install $1
- }
-#
-# # arg 1: the old package version
- post_remove() {
- /usr/bin/fc-cache
- }
-
-op=$1
-shift
-
-$op $*