diff options
author | Antonio Leal <antonioleal@yahoo.com> | 2023-02-23 01:27:05 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-25 09:18:05 +0700 |
commit | eb2b8cbe2527ab346281195e59010656c2c6074a (patch) | |
tree | 6cc2b668a48953287677e2b36a654769b56e7e51 /development/wxFormBuilder/doinst.sh | |
parent | b774eae973cd3c798dfc6444c0e92e92fd05867d (diff) |
development/wxFormBuilder: Added ( wxWidgets RAD tool )
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/wxFormBuilder/doinst.sh')
-rw-r--r-- | development/wxFormBuilder/doinst.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/development/wxFormBuilder/doinst.sh b/development/wxFormBuilder/doinst.sh new file mode 100644 index 0000000000000..aea0f894eb32b --- /dev/null +++ b/development/wxFormBuilder/doinst.sh @@ -0,0 +1,13 @@ +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 |