diff options
author | Niklas Nille Åkerström <nille.kungen[AT]gmail.com> | 2010-05-12 17:43:43 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 17:43:43 +0200 |
commit | 50a512018a3942829cb6e4be1ff86918cf31ac68 (patch) | |
tree | 7cb07b0c53284906608db256ef03304470ccc005 /network/linuxdcpp/doinst.sh | |
parent | 33600556ed1dca13f60555278b06e6c14d074cea (diff) |
network/linuxdcpp: Updated for version 1.0.3
Diffstat (limited to 'network/linuxdcpp/doinst.sh')
-rw-r--r-- | network/linuxdcpp/doinst.sh | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/network/linuxdcpp/doinst.sh b/network/linuxdcpp/doinst.sh index 242ad81ab9bd..ff5dd6d54791 100644 --- a/network/linuxdcpp/doinst.sh +++ b/network/linuxdcpp/doinst.sh @@ -1,13 +1,4 @@ - if [ -x /usr/bin/update-desktop-database ]; then - /usr/bin/update-desktop-database usr/share/applications >/dev/null 2>&1 -fi - -if [ -x /usr/bin/update-mime-database ]; then - /usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1 -fi - -if [ -x /usr/bin/gtk-update-icon-cache ]; then - /usr/bin/gtk-update-icon-cache -f -q usr/share/icons/hicolor > /dev/null 2>&1 + /usr/bin/update-desktop-database -q usr/share/applications fi |