summaryrefslogtreecommitdiff
path: root/desktop/copyq/doinst.sh
diff options
context:
space:
mode:
authorAndrey Maraev <andrew.maraev60@yandex.ru>2013-12-11 11:43:45 +0100
committerErik Hanson <erik@slackbuilds.org>2013-12-14 10:52:36 -0600
commit481f07478451c3d7095db0f03c7d333dd98291c8 (patch)
tree1eda702a4bf154fdfc7b6917e3ee18d3db6b26c1 /desktop/copyq/doinst.sh
parentd91474d6154bbaf8222f3dc0b0eac93dc3b470ff (diff)
downloadslackbuilds-481f07478451c3d7095db0f03c7d333dd98291c8.tar.gz
desktop/copyq: Added (clipboard manager with advanced features).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'desktop/copyq/doinst.sh')
-rw-r--r--desktop/copyq/doinst.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/desktop/copyq/doinst.sh b/desktop/copyq/doinst.sh
new file mode 100644
index 0000000000..3e5691a052
--- /dev/null
+++ b/desktop/copyq/doinst.sh
@@ -0,0 +1,9 @@
+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