diff options
author | rfmae <rf.mae.git@gmail.com> | 2015-03-09 21:42:10 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-03-09 21:42:10 +0700 |
commit | d4c85d4c4d23513e86c7ec3f4ab0c340079de0f2 (patch) | |
tree | 208ccb04272bff6584553e3455c0ad73f20770d0 /system/passwordsafe/doinst.sh | |
parent | c96fbf7d69fc9a28b11db098f24db7c6cc0bcdb5 (diff) |
system/passwordsafe: Added (password database utility).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/passwordsafe/doinst.sh')
-rw-r--r-- | system/passwordsafe/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/system/passwordsafe/doinst.sh b/system/passwordsafe/doinst.sh new file mode 100644 index 0000000000000..5fb28930db0b9 --- /dev/null +++ b/system/passwordsafe/doinst.sh @@ -0,0 +1,3 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi |