diff options
author | Robby Workman <rw@rlworkman.net> | 2010-05-11 22:55:05 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 22:55:05 +0200 |
commit | 706a54876073628789b11b9c2ca7a4feff36bb8d (patch) | |
tree | 7ac1d64ad0c9dfdf9cf436dc85677047c5d629bb /office/Moneydance/doinst.sh | |
parent | 6bcbf9f38260f529b65261f04b6cdf3ca74e2b55 (diff) |
office/Moneydance: Added to 12.1 repository
Diffstat (limited to 'office/Moneydance/doinst.sh')
-rw-r--r-- | office/Moneydance/doinst.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/office/Moneydance/doinst.sh b/office/Moneydance/doinst.sh new file mode 100644 index 0000000000000..b3108378706cb --- /dev/null +++ b/office/Moneydance/doinst.sh @@ -0,0 +1,5 @@ + +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications +fi + |