diff options
author | Ferenc Deak <ferenc.deak@gmail.com> | 2010-04-21 19:11:06 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-05-15 10:38:38 +0200 |
commit | 20f46a0e7c9c8c8b0f046bcb8508978bf569b9ab (patch) | |
tree | 57e2a40d56edcab524ee7d83ad2d9a884877d39c /development/tkcvs/doinst.sh | |
parent | f58550798a70d988df3682b8d8b664ceafeb6c4d (diff) | |
download | slackbuilds-20f46a0e7c9c8c8b0f046bcb8508978bf569b9ab.tar.gz |
development/tkcvs: Added.
tkcvs is a Tcl/Tk Graphical Interface to CVS and Subversion.
Thanks to Ferenc Deak.
Diffstat (limited to 'development/tkcvs/doinst.sh')
-rw-r--r-- | development/tkcvs/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/development/tkcvs/doinst.sh b/development/tkcvs/doinst.sh new file mode 100644 index 0000000000..5785882996 --- /dev/null +++ b/development/tkcvs/doinst.sh @@ -0,0 +1,4 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database usr/share/applications > /dev/null 2>&1 +fi + |