summaryrefslogtreecommitdiffstats
path: root/system/TermRecord/doinst.sh
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2014-04-30 20:22:41 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-04-30 20:22:41 +0700
commit8a04c2a86129f0ccc84de0d26f5bcce36e2a9463 (patch)
tree2a1a856c841cb32a7a99081804bcb859e960a744 /system/TermRecord/doinst.sh
parent95ffd75f9a39dd9805e303ba7ea21b637e848f01 (diff)
downloadslackbuilds-8a04c2a86129f0ccc84de0d26f5bcce36e2a9463.tar.gz
slackbuilds-8a04c2a86129f0ccc84de0d26f5bcce36e2a9463.tar.xz
system/TermRecord: Added (Terminal session recorder).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/TermRecord/doinst.sh')
-rw-r--r--system/TermRecord/doinst.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/TermRecord/doinst.sh b/system/TermRecord/doinst.sh
new file mode 100644
index 0000000000..5fb28930db
--- /dev/null
+++ b/system/TermRecord/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