diff options
author | Dave Woodfall <dave@slackbuilds.org> | 2020-06-22 03:56:33 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-28 08:16:46 +0700 |
commit | 0c373a9b562a62b8f58d53c827f34b08c318c2ff (patch) | |
tree | 4eeb58c86dcddea03b1fd29a46e47e2cf839e1ac /misc/conkyforecast/doinst.sh | |
parent | a00961e98556d769f7ddef9703ceb8b27b283424 (diff) |
misc/conkyforecast: Removed.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/conkyforecast/doinst.sh')
-rw-r--r-- | misc/conkyforecast/doinst.sh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/misc/conkyforecast/doinst.sh b/misc/conkyforecast/doinst.sh deleted file mode 100644 index 8b79d8c94e884..0000000000000 --- a/misc/conkyforecast/doinst.sh +++ /dev/null @@ -1,14 +0,0 @@ -# Update the X font indexes: -if [ -x /usr/bin/mkfontdir ]; then - ( cd /usr/share/fonts/TTF - mkfontscale . - mkfontdir . - cd /usr/share/fonts/OTF - mkfontscale . - mkfontdir . - ) -fi -if [ -x /usr/bin/fc-cache ]; then - /usr/bin/fc-cache -f -fi - |