diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-04-11 01:41:33 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-11 01:41:33 +0700 |
commit | b0c6e6a996646cf1a930ad4f4a714d7feafdb249 (patch) | |
tree | 54c0482eb8b5c8c452ec0e12e06ee44edbfebccc /system/Attic/doinst.sh | |
parent | c29195b397d8b20f2a22559c937509b0b3e3168a (diff) | |
download | slackbuilds-b0c6e6a996646cf1a930ad4f4a714d7feafdb249.tar.gz |
system/Attic: Updated for version 0.12.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/Attic/doinst.sh')
-rw-r--r-- | system/Attic/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/Attic/doinst.sh b/system/Attic/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/system/Attic/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 |