summarylogtreecommitdiffstats
path: root/ttf-oxygen.install
diff options
context:
space:
mode:
authorMichael Straube2017-01-12 18:34:15 +0100
committerMichael Straube2017-01-12 18:34:15 +0100
commit19c3e9998d21f1ae1774c559122aa582999691f5 (patch)
tree7cb52a61e41eb5f4035255a9cd4db98d08989092 /ttf-oxygen.install
parentb562351608ed1b55fd349e2ed5e9ebc9b3965623 (diff)
downloadaur-19c3e9998d21f1ae1774c559122aa582999691f5.tar.gz
Remove install file (hooks)
Diffstat (limited to 'ttf-oxygen.install')
-rw-r--r--ttf-oxygen.install15
1 files changed, 0 insertions, 15 deletions
diff --git a/ttf-oxygen.install b/ttf-oxygen.install
deleted file mode 100644
index f5837f7f6e30..000000000000
--- a/ttf-oxygen.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install() {
- echo -n "Updating font cache... "
- fc-cache -s
- mkfontscale /usr/share/fonts/TTF
- mkfontdir /usr/share/fonts/TTF
- echo "done."
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}