diff options
Diffstat (limited to 'community-testing/gnome-system-tools/gnome-system-tools.install')
-rw-r--r-- | community-testing/gnome-system-tools/gnome-system-tools.install | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/community-testing/gnome-system-tools/gnome-system-tools.install b/community-testing/gnome-system-tools/gnome-system-tools.install new file mode 100644 index 000000000..25e333a19 --- /dev/null +++ b/community-testing/gnome-system-tools/gnome-system-tools.install @@ -0,0 +1,15 @@ +post_install() { + usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + update-desktop-database -q +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + update-desktop-database -q +} + |