summaryrefslogtreecommitdiffstats
path: root/system/openstego/doinst.sh
diff options
context:
space:
mode:
author Fridrich von Stauffenberg <cancellor2@gmail.com>2012-12-10 15:02:18 +0100
committer dsomero <xgizzmo@slackbuilds.org>2012-12-11 16:23:05 -0500
commit094ccb2e387c857119d0e2deac78d784c116a71a (patch)
tree71abb381d4ea1ad902dce83f58632a9e60fb283e /system/openstego/doinst.sh
parente4cac820a2c96646d82d8c45f5f2802115b47372 (diff)
downloadslackbuilds-094ccb2e387c857119d0e2deac78d784c116a71a.tar.gz
slackbuilds-094ccb2e387c857119d0e2deac78d784c116a71a.tar.xz
system/openstego: Added (steganography tool).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/openstego/doinst.sh')
-rw-r--r--system/openstego/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/openstego/doinst.sh b/system/openstego/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/system/openstego/doinst.sh
@@ -0,0 +1,3 @@
+if [ -x /usr/bin/update-desktop-database ]; then
+ /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
+fi