summaryrefslogtreecommitdiffstats
path: root/abs/extra/terminus-font/terminus-font.install
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/terminus-font.install
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/terminus-font.install')
-rw-r--r--abs/extra/terminus-font/terminus-font.install11
1 files changed, 3 insertions, 8 deletions
diff --git a/abs/extra/terminus-font/terminus-font.install b/abs/extra/terminus-font/terminus-font.install
index e17fb4f..6b194dc 100644
--- a/abs/extra/terminus-font/terminus-font.install
+++ b/abs/extra/terminus-font/terminus-font.install
@@ -1,4 +1,3 @@
-# arg 1: the new package version
post_install() {
echo -n "Updating font cache... "
fc-cache -f > /dev/null
@@ -8,14 +7,10 @@ post_install() {
echo "Note: terminus-font is in /usr/share/fonts/local/"
}
-# # arg 1: the new package version
-# # arg 2: the old package version
post_upgrade() {
- post_install $1
+ post_install
}
-#
-# # arg 1: the old package version
+
post_remove() {
- post_install $1
+ post_install
}
-