diff options
Diffstat (limited to 'abs/core/gsfonts/xfonts.install')
-rw-r--r-- | abs/core/gsfonts/xfonts.install | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/abs/core/gsfonts/xfonts.install b/abs/core/gsfonts/xfonts.install deleted file mode 100644 index 3eb0455..0000000 --- a/abs/core/gsfonts/xfonts.install +++ /dev/null @@ -1,20 +0,0 @@ -post_install() { - echo -n "Updating font cache... " - fc-cache -f > /dev/null - mkfontscale /usr/share/fonts/Type1 - mkfontdir /usr/share/fonts/Type1 - echo "done." -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -} - -op=$1 -shift - -$op $* |