diff options
author | Bill Kirkpatrick <bkirkp@gmail.com> | 2010-05-12 23:31:39 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-12 23:31:39 +0200 |
commit | a5ff76d45e5204af3a98381634e56ad91a8c2ad4 (patch) | |
tree | c4ca782a50181d3def1a34978e21bec920bdd3f6 /misc/gramps/doinst.sh | |
parent | 2e3219fef5401fecedce1ad4369cb7eefc3464ef (diff) |
misc/gramps: Added to 12.2 repository
Diffstat (limited to 'misc/gramps/doinst.sh')
-rw-r--r-- | misc/gramps/doinst.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/gramps/doinst.sh b/misc/gramps/doinst.sh new file mode 100644 index 0000000000000..9424ce43ff572 --- /dev/null +++ b/misc/gramps/doinst.sh @@ -0,0 +1,13 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q 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 [ -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 |