diff options
Diffstat (limited to 'otf-grundschrift/otf.install')
-rw-r--r-- | otf-grundschrift/otf.install | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/otf-grundschrift/otf.install b/otf-grundschrift/otf.install deleted file mode 100644 index f471542a3..000000000 --- a/otf-grundschrift/otf.install +++ /dev/null @@ -1,15 +0,0 @@ -post_install() { - echo -n "Updating font cache... " - fc-cache -fs >/dev/null - mkfontscale /usr/share/fonts/OTF - mkfontdir /usr/share/fonts/OTF - echo "done." -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -} |