diff options
Diffstat (limited to 'system/hermit-font/doinst.sh')
-rw-r--r-- | system/hermit-font/doinst.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/system/hermit-font/doinst.sh b/system/hermit-font/doinst.sh deleted file mode 100644 index cdcb786ebed3b..0000000000000 --- a/system/hermit-font/doinst.sh +++ /dev/null @@ -1,13 +0,0 @@ -# Update mkfontscale and mkfontdir: -if [ -x /usr/bin/mkfontdir ]; then - ( cd /usr/share/fonts/misc - mkfontscale . - mkfontdir . - ) -fi - -# Update the X font indexes: -if [ -x /usr/bin/fc-cache ]; then - /usr/bin/fc-cache -f -fi - |