summarylogtreecommitdiffstats
path: root/ttf-droid-sans-mono-slashed-powerline-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'ttf-droid-sans-mono-slashed-powerline-git.install')
-rw-r--r--ttf-droid-sans-mono-slashed-powerline-git.install15
1 files changed, 0 insertions, 15 deletions
diff --git a/ttf-droid-sans-mono-slashed-powerline-git.install b/ttf-droid-sans-mono-slashed-powerline-git.install
deleted file mode 100644
index f8ecdd439d8a..000000000000
--- a/ttf-droid-sans-mono-slashed-powerline-git.install
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install() {
- echo -n "Updating font cache... "
- mkfontscale /usr/share/fonts/OTF > /dev/null 2>&1
- mkfontdir /usr/share/fonts/OTF > /dev/null 2>&1
- fc-cache -s >/dev/null
- echo "done"
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}