diff options
author | fdeak <ferenc.deak@gmail.com> | 2010-05-11 22:55:09 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 22:55:09 +0200 |
commit | a8391261de5264e4e192deb05dea99156906bd1e (patch) | |
tree | 500847314de0c0a23acb76e87314a9395835463f /office/keepassx/doinst.sh | |
parent | 99f966d3404573577ae47359b068784207de3d8b (diff) |
office/keepassx: Added to 12.1 repository
Diffstat (limited to 'office/keepassx/doinst.sh')
-rw-r--r-- | office/keepassx/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/office/keepassx/doinst.sh b/office/keepassx/doinst.sh new file mode 100644 index 0000000000000..f39d8d4dfa88a --- /dev/null +++ b/office/keepassx/doinst.sh @@ -0,0 +1,3 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications +fi |