diff options
author | Phillip Warner <pc_warner@yahoo.com> | 2010-05-11 22:53:25 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 22:53:25 +0200 |
commit | 4f6569fed8a21859d0b41bf8c326f47c8dbf5594 (patch) | |
tree | 362b5390ae79c26b609550c06d9e13ba79cf1cd8 /desktop/whaw/doinst.sh | |
parent | 70855a90948fdcb2203d45863af1afa6e91d1f7f (diff) |
desktop/whaw: Added to 12.1 repository
Diffstat (limited to 'desktop/whaw/doinst.sh')
-rw-r--r-- | desktop/whaw/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/whaw/doinst.sh b/desktop/whaw/doinst.sh new file mode 100644 index 0000000000000..140e33222297c --- /dev/null +++ b/desktop/whaw/doinst.sh @@ -0,0 +1,3 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications +fi |