summaryrefslogtreecommitdiff
path: root/desktop/plank/doinst.sh
diff options
context:
space:
mode:
authorEdinaldo P. Silva <edps.mundognu@gmail.com>2015-09-24 09:12:00 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-09-24 09:12:00 +0700
commit5ee19dc3ba258cb9af62262279031e8b2372f680 (patch)
treeeb42a1e4f837e5069e68cc5c16cdda8558c34222 /desktop/plank/doinst.sh
parentb79e907eeb11a808878d1bbcef39022d70523297 (diff)
downloadslackbuilds-5ee19dc3ba258cb9af62262279031e8b2372f680.tar.gz
desktop/plank: Added (Elegant, simple, clean dock).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/plank/doinst.sh')
-rw-r--r--desktop/plank/doinst.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/desktop/plank/doinst.sh b/desktop/plank/doinst.sh
new file mode 100644
index 0000000000..9424ce43ff
--- /dev/null
+++ b/desktop/plank/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