diff options
author | Erik Hanson <erik@slackbuilds.org> | 2010-05-11 22:55:29 +0200 |
---|---|---|
committer | Michiel van Wessem <michiel@slackbuilds.org> | 2010-05-11 22:55:29 +0200 |
commit | 6ac5e6a0c039446c42cabc25052cd9e130ff90f9 (patch) | |
tree | 8c72e678d07df7b4596d576761bc2731bce4f270 /system/roxterm/doinst.sh | |
parent | 15a83814dab363684048ea2baebf4be08be54e6f (diff) |
system/roxterm: Added to 12.1 repository
Diffstat (limited to 'system/roxterm/doinst.sh')
-rw-r--r-- | system/roxterm/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/roxterm/doinst.sh b/system/roxterm/doinst.sh new file mode 100644 index 000000000000..6af9811528b0 --- /dev/null +++ b/system/roxterm/doinst.sh @@ -0,0 +1,4 @@ +if [ -x usr/bin/update-desktop-database ]; then + usr/bin/update-desktop-database -q usr/share/applications +fi + |