diff options
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 + |