summaryrefslogtreecommitdiffstats
path: root/abs/extra/terminus-font/terminus-font.install
diff options
context:
space:
mode:
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
}
-