diff options
author | titopoquito <titopoquito@gmail.com> | 2010-05-13 01:00:56 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 01:00:56 +0200 |
commit | 895f907c488217a0a047e5f41599d6fded5ad4a6 (patch) | |
tree | 078e8313451f721b5cd1690c5753b33c8cfab2bb /system/luckybackup/doinst.sh | |
parent | 56e9740db95f698c5c971ff26a85db9d1e3f1010 (diff) | |
download | slackbuilds-895f907c488217a0a047e5f41599d6fded5ad4a6.tar.gz |
system/luckybackup: Added to 13.0 repository
Diffstat (limited to 'system/luckybackup/doinst.sh')
-rw-r--r-- | system/luckybackup/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/luckybackup/doinst.sh b/system/luckybackup/doinst.sh new file mode 100644 index 0000000000..4e8ba7071d --- /dev/null +++ b/system/luckybackup/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 + |