diff options
author | Benno <fwxx@rocketmail.com> | 2013-02-18 00:49:57 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-02-22 22:27:45 -0600 |
commit | 56f86e4cfd6ad075fa27f74346ff85260a93960d (patch) | |
tree | f34bb4daa4d8a33379f911e8c128ab45f75c5181 /system/swun/doinst.sh | |
parent | b674b2dc51b25bc3809f20806af75cb5ec9138f6 (diff) | |
download | slackbuilds-56f86e4cfd6ad075fa27f74346ff85260a93960d.tar.gz |
system/swun: Added (SoftWare Update Notifier)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/swun/doinst.sh')
-rw-r--r-- | system/swun/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/swun/doinst.sh b/system/swun/doinst.sh new file mode 100644 index 0000000000..4e8ba7071d --- /dev/null +++ b/system/swun/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 + |