summaryrefslogtreecommitdiffstats
path: root/ham/gqrx/doinst.sh
diff options
context:
space:
mode:
author Panagiotis Nikolaou2015-01-23 00:11:45 +0100
committer Willy Sudiarto Raharjo2015-01-23 00:11:45 +0100
commitcc4d69c908de65b64c6aa53d944a46c7ea4c3ba8 (patch)
treed9289eef3e26d3354d9978b2267a8619e8b494ae /ham/gqrx/doinst.sh
parent876a3447fee974db459241ce46cc6f6e3d33c076 (diff)
downloadslackbuilds-cc4d69c908de65b64c6aa53d944a46c7ea4c3ba8.tar.gz
ham/gqrx: Added (software defined radio receiver).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'ham/gqrx/doinst.sh')
-rw-r--r--ham/gqrx/doinst.sh13
1 files changed, 13 insertions, 0 deletions
diff --git a/ham/gqrx/doinst.sh b/ham/gqrx/doinst.sh
new file mode 100644
index 0000000000..9424ce43ff
--- /dev/null
+++ b/ham/gqrx/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