diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2022-02-27 16:44:22 +0100 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2022-02-27 22:29:05 -0600 |
commit | de9dc27af0a93f1e0448f1c00918e68c5a06b690 (patch) | |
tree | 2c7ff4563e1b8d0f6c632cf29eaefcfe2315ec5d /academic/drawtiming/doinst.sh | |
parent | 75c4a9b158b2e39f00ec044a0eb090b971fd64b9 (diff) |
academic/drawtiming: Removed (incompatible with the newer gcc).
Adding where to find the newer imagemagic is not enough...
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'academic/drawtiming/doinst.sh')
-rw-r--r-- | academic/drawtiming/doinst.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/academic/drawtiming/doinst.sh b/academic/drawtiming/doinst.sh deleted file mode 100644 index 65c7e2eeb9aa..000000000000 --- a/academic/drawtiming/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 |