diff options
Diffstat (limited to 'office/homebank/doinst.sh')
-rw-r--r-- | office/homebank/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/office/homebank/doinst.sh b/office/homebank/doinst.sh new file mode 100644 index 0000000000..85aad974d0 --- /dev/null +++ b/office/homebank/doinst.sh @@ -0,0 +1,3 @@ +if [ -x usr/bin/update-desktop-database ]; then + usr/bin/update-desktop-database &> /dev/null +fi |