diff options
author | klaatu <klaatu@member.fsf.org> | 2020-01-07 22:10:18 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-11 20:58:10 +0700 |
commit | d28f4328ae89564a1220f71cbac64fe97b0a48dd (patch) | |
tree | 389216ce63a7bda10aa6a0e4d473992e2ee5fa4f /graphics/fontmatrix/doinst.sh | |
parent | 6057a1d91a85aa7a31cd01946dd4f41b3a825a9b (diff) |
graphics/fontmatrix: removed. No updates in 10 years, Python2 only.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'graphics/fontmatrix/doinst.sh')
-rw-r--r-- | graphics/fontmatrix/doinst.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/graphics/fontmatrix/doinst.sh b/graphics/fontmatrix/doinst.sh deleted file mode 100644 index 65c7e2eeb9..0000000000 --- a/graphics/fontmatrix/doinst.sh +++ /dev/null @@ -1,9 +0,0 @@ -if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 -fi - -if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then - if [ -x /usr/bin/gtk-update-icon-cache ]; then - /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1 - fi -fi |