diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2019-02-20 16:42:56 +0100 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2019-02-20 16:43:30 +0100 |
commit | e5ab498d08e216f3f24d78b94cdca785ff9f8806 (patch) | |
tree | 0ab67b4f82a05c1a675b7a87b6c0bf509f382008 /pcr/ttf-gentium-plus/ttf-gentium-plus.install | |
parent | a14da84cb8bd2cc5e82eb0f809201390f409b2db (diff) | |
download | abslibre-e5ab498d08e216f3f24d78b94cdca785ff9f8806.tar.gz abslibre-e5ab498d08e216f3f24d78b94cdca785ff9f8806.tar.bz2 abslibre-e5ab498d08e216f3f24d78b94cdca785ff9f8806.zip |
pcr/ttf-gentium-plus: rebuilt
Diffstat (limited to 'pcr/ttf-gentium-plus/ttf-gentium-plus.install')
-rw-r--r-- | pcr/ttf-gentium-plus/ttf-gentium-plus.install | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/pcr/ttf-gentium-plus/ttf-gentium-plus.install b/pcr/ttf-gentium-plus/ttf-gentium-plus.install deleted file mode 100644 index 7d26d0c2a..000000000 --- a/pcr/ttf-gentium-plus/ttf-gentium-plus.install +++ /dev/null @@ -1,16 +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 -} - |