summaryrefslogtreecommitdiffstats
path: root/desktop/clipit/doinst.sh
diff options
context:
space:
mode:
author Andrey Maraev <andrew.maraev60@yandex.ru>2012-06-25 22:15:22 -0400
committer dsomero <xgizzmo@slackbuilds.org>2012-06-25 22:15:22 -0400
commit12831d410020c834de44cf46db61e7ae3a6f0193 (patch)
tree3cff6c8581ccab7e9e7e77d1404c04d809e33481 /desktop/clipit/doinst.sh
parent20ef829ee08325155f1d8a92a57569a01ba1d2d0 (diff)
downloadslackbuilds-12831d410020c834de44cf46db61e7ae3a6f0193.tar.gz
slackbuilds-12831d410020c834de44cf46db61e7ae3a6f0193.tar.xz
desktop/clipit: Added (lightweight fully featured clipboard manager)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'desktop/clipit/doinst.sh')
-rw-r--r--desktop/clipit/doinst.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/desktop/clipit/doinst.sh b/desktop/clipit/doinst.sh
new file mode 100644
index 0000000000..922f8a99be
--- /dev/null
+++ b/desktop/clipit/doinst.sh
@@ -0,0 +1,11 @@
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database -q usr/share/applications >/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
+
+