summarylogtreecommitdiffstats
path: root/ttf-droid-sans-mono-slashed-powerline-git.install
diff options
context:
space:
mode:
authorMichal Wojdyla2021-09-07 00:55:37 +0200
committerMichal Wojdyla2021-09-07 00:55:37 +0200
commit167391e43b0ecfb4ec2879736741d7dbe993a7ea (patch)
tree04b16559b94504f5c23c8b92b76270d7f6431276 /ttf-droid-sans-mono-slashed-powerline-git.install
parent727ff613ffddc415adade7fedcf889cca7a2467d (diff)
downloadaur-ttf-droid-sans-mono-slashed-powerline-git.tar.gz
update
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
-}