diff options
author | Antonio Leal <antonioleal@yahoo.com> | 2024-01-16 06:48:00 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-17 07:38:59 +0700 |
commit | f6599a0fbf742321d8cbd7d920ad1bc0e19e639b (patch) | |
tree | 307ea0b9bbb58dbff715dfdaba43b7436b9f9406 /system/doublecmd-qt5/doinst.sh | |
parent | 203047a52de8e54d656569884cf8c977cefe5e98 (diff) | |
download | slackbuilds-f6599a0fbf742321d8cbd7d920ad1bc0e19e639b.tar.gz slackbuilds-f6599a0fbf742321d8cbd7d920ad1bc0e19e639b.tar.xz |
system/doublecmd-qt5: Updated for version 1.1.9.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/doublecmd-qt5/doinst.sh')
-rw-r--r-- | system/doublecmd-qt5/doinst.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/system/doublecmd-qt5/doinst.sh b/system/doublecmd-qt5/doinst.sh new file mode 100644 index 0000000000..aea0f894eb --- /dev/null +++ b/system/doublecmd-qt5/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 |