summaryrefslogtreecommitdiffstats
path: root/system/sahel-font/douninst.sh
blob: e9fb7a6ddc7fb4557fc9a842a7148435daacbc9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# douninst.sh
#
# uninstall script for Slackware >= 15.0

# Update the fonts indexes.

if [ -x /usr/bin/mkfontdir ]; then
   cd /usr/share/fonts/TTF
   mkfontdir .
fi

if [ -x /usr/bin/mkfontscale ]; then
   cd /usr/share/fonts/TTF
   mkfontscale .
fi

if [ -x /usr/bin/fc-cache ]; then
   fc-cache -f -v
fi