SlackBuildsOrg/office/keepassx/doinst.sh
Chess Griffin e2ab4a02b7 Revert "office/keepassx: Removed (build failure)"
This reverts commit 311017a416.

  Update to version 0.4.3 which builds on -current;
    miscellaneous script cleanup.
2010-05-23 23:11:19 -05:00

8 lines
243 B
Bash

if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
fi
if [ -x /usr/bin/update-mime-database ]; then
/usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1
fi