diff options
author | dsomero <xgizzmo@gmail.com> | 2010-05-20 21:38:16 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-21 00:36:30 -0500 |
commit | 311017a4161806a00cffc8b473ac3990f37ee550 (patch) | |
tree | c73c2f37e9cc015424bbcd0813ad963735c305aa /office/keepassx/doinst.sh | |
parent | f43d36a30bf476713448cd18c74f38640890c878 (diff) | |
download | slackbuilds-311017a4161806a00cffc8b473ac3990f37ee550.tar.gz |
office/keepassx: Removed (build failure)
Diffstat (limited to 'office/keepassx/doinst.sh')
-rw-r--r-- | office/keepassx/doinst.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/office/keepassx/doinst.sh b/office/keepassx/doinst.sh deleted file mode 100644 index e4e6459838..0000000000 --- a/office/keepassx/doinst.sh +++ /dev/null @@ -1,8 +0,0 @@ -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 - |