diff options
author | Robby Workman <rw@rlworkman.net> | 2010-05-12 23:33:02 +0200 |
---|---|---|
committer | Chess Griffin <chess@slackbuilds.org> | 2010-05-12 23:33:02 +0200 |
commit | a9b0ca7a7bea850a5031e6fc37f35a6f40416584 (patch) | |
tree | a16ae8f5b04219edb9a532faa6c22e226d0a5f85 /office/moneydance/doinst.sh | |
parent | b78ab699b48b849153ccff2ac8bbf9ef9e562eef (diff) | |
download | slackbuilds-a9b0ca7a7bea850a5031e6fc37f35a6f40416584.tar.gz |
office/moneydance: Added to 12.2 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 0000000000..b310837870 --- /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 + |