summarylogtreecommitdiffstats
path: root/envycoder.install
diff options
context:
space:
mode:
Diffstat (limited to 'envycoder.install')
-rw-r--r--envycoder.install20
1 files changed, 0 insertions, 20 deletions
diff --git a/envycoder.install b/envycoder.install
deleted file mode 100644
index 4f5212ef22ba..000000000000
--- a/envycoder.install
+++ /dev/null
@@ -1,20 +0,0 @@
-post_install() {
- echo -n "Updating font cache... "
- fc-cache -f > /dev/null
- mkfontscale /usr/share/fonts/TTF
- mkfontdir /usr/share/fonts/TTF
- echo "done."
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}
-
-op=$1
-shift
-
-$op $*