diff options
Diffstat (limited to 'abs/core-testing/ttf-bitstream-vera/vera.install')
-rw-r--r-- | abs/core-testing/ttf-bitstream-vera/vera.install | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/abs/core-testing/ttf-bitstream-vera/vera.install b/abs/core-testing/ttf-bitstream-vera/vera.install deleted file mode 100644 index 4f5212e..0000000 --- a/abs/core-testing/ttf-bitstream-vera/vera.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 $* |