summaryrefslogtreecommitdiff
path: root/community-testing/gnome-system-tools/gnome-system-tools.install
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/gnome-system-tools/gnome-system-tools.install')
-rw-r--r--community-testing/gnome-system-tools/gnome-system-tools.install15
1 files changed, 0 insertions, 15 deletions
diff --git a/community-testing/gnome-system-tools/gnome-system-tools.install b/community-testing/gnome-system-tools/gnome-system-tools.install
deleted file mode 100644
index 25e333a19..000000000
--- a/community-testing/gnome-system-tools/gnome-system-tools.install
+++ /dev/null
@@ -1,15 +0,0 @@
-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
-}
-