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