diff options
author | Bill Kirkpatrick <bkirkp@gmail.com> | 2011-12-09 08:22:14 -0200 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-12-09 08:22:14 -0200 |
commit | e04219462f12fad3c5e7a34e0b7aef592454a88a (patch) | |
tree | 10107b09cc0a334060b8a89014a719bc6881ac7e /misc/gramps/doinst.sh | |
parent | 431a0ed4407a00c3eb66b9f42f5057b895ecd91e (diff) |
misc/gramps: Updated for version 3.3.1.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'misc/gramps/doinst.sh')
-rw-r--r-- | misc/gramps/doinst.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/misc/gramps/doinst.sh b/misc/gramps/doinst.sh index 9830478e8cc7..9a8ded3c6034 100644 --- a/misc/gramps/doinst.sh +++ b/misc/gramps/doinst.sh @@ -5,10 +5,3 @@ fi if [ -x /usr/bin/update-mime-database ]; then /usr/bin/update-mime-database usr/share/mime >/dev/null 2>&1 fi - -if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then - if [ -x /usr/bin/gtk-update-icon-cache ]; then - /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1 - fi -fi - |