diff options
author | Andrew Rowland <darowland@ieee.org> | 2012-05-13 09:03:00 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-05-13 09:03:00 -0400 |
commit | f9000ce2567b6eb86a29152edb87fadfe20c7986 (patch) | |
tree | c8960b73fe51eb66d3b411bb9cc5ba207289d8d5 /development/git-cola/doinst.sh | |
parent | 11d0bea7d0033ab4c35b41049687da3b8e848f0f (diff) | |
download | slackbuilds-f9000ce2567b6eb86a29152edb87fadfe20c7986.tar.gz |
develpoment/git-cola: Added (GUI for git)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'development/git-cola/doinst.sh')
-rw-r--r-- | development/git-cola/doinst.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/development/git-cola/doinst.sh b/development/git-cola/doinst.sh new file mode 100644 index 0000000000..5fb28930db --- /dev/null +++ b/development/git-cola/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 |