summaryrefslogtreecommitdiffstats
path: root/system/ddrescue-gui/doinst.sh
diff options
context:
space:
mode:
author Edinaldo P. Silva <edps.mundognu@gmail.com>2015-08-29 06:56:20 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-08-29 06:56:20 +0700
commit40fba81b86d9aba269168f097d2a0e1030b5a63e (patch)
treefb75ab475e6e340b2bab211ead91162d62e6e0ce /system/ddrescue-gui/doinst.sh
parent5f4c70254fb5efe15f01002a71b83d1bc70ba779 (diff)
downloadslackbuilds-40fba81b86d9aba269168f097d2a0e1030b5a63e.tar.gz
slackbuilds-40fba81b86d9aba269168f097d2a0e1030b5a63e.tar.xz
system/ddrescue-gui: Added (GUI for ddrescue).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/ddrescue-gui/doinst.sh')
-rw-r--r--system/ddrescue-gui/doinst.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/system/ddrescue-gui/doinst.sh b/system/ddrescue-gui/doinst.sh
new file mode 100644
index 0000000000..9424ce43ff
--- /dev/null
+++ b/system/ddrescue-gui/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 usr/share/icons/hicolor >/dev/null 2>&1
+ fi
+fi