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