diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2014-08-06 14:27:53 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-08-06 14:27:53 +0700 |
commit | 6f3bd06d133b32a5462349f9db83d1846666598c (patch) | |
tree | 59976c3c21281fc594fb7a2c263f52494fdd3697 /system/cool-old-term/doinst.sh | |
parent | ac148c18c91c5854976adc8fd354ca34c16cd8ba (diff) |
system/cool-old-term: Added (old school terminal emulator).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/cool-old-term/doinst.sh')
-rw-r--r-- | system/cool-old-term/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/cool-old-term/doinst.sh b/system/cool-old-term/doinst.sh new file mode 100644 index 0000000000000..5fb28930db0b9 --- /dev/null +++ b/system/cool-old-term/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 |