diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2021-04-22 20:22:34 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-22 20:22:34 -0500 |
commit | ecb501ec668b8740e83481aa6e03acbfaa33b565 (patch) | |
tree | 74465771e55a9eed279344b66952d3ad3e208be3 /academic/wxmacmolplt/doinst.sh | |
parent | 1fe249b55f7bb317996960b7a98a9cdab697332d (diff) |
academic/wxmacmolplt: Removed (ming dep is gone)
Diffstat (limited to 'academic/wxmacmolplt/doinst.sh')
-rw-r--r-- | academic/wxmacmolplt/doinst.sh | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/academic/wxmacmolplt/doinst.sh b/academic/wxmacmolplt/doinst.sh deleted file mode 100644 index 0fb9c8b686..0000000000 --- a/academic/wxmacmolplt/doinst.sh +++ /dev/null @@ -1,14 +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 [ -x /usr/bin/update-mime-database ]; then - /usr/bin/update-mime-database usr/share/mime >/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 - |