diff options
author | Fridrich von Stauffenberg <cancellor2@gmail.com> | 2012-12-10 15:55:53 +0100 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-12-11 16:23:06 -0500 |
commit | eea00c8b77b779e68c9130411f73ee4e9b0917cb (patch) | |
tree | c39ae7285305f2f60360d9b4fc14d3b8ed5ad2b3 /system/diit/doinst.sh | |
parent | 535dde20783ef3dd697da5dee243623fc94ec252 (diff) | |
download | slackbuilds-eea00c8b77b779e68c9130411f73ee4e9b0917cb.tar.gz |
system/diit: Added (steganography tool).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/diit/doinst.sh')
-rw-r--r-- | system/diit/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/diit/doinst.sh b/system/diit/doinst.sh new file mode 100644 index 0000000000..4e8ba7071d --- /dev/null +++ b/system/diit/doinst.sh @@ -0,0 +1,4 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi + |