aboutsummarylogtreecommitdiffstats
path: root/gtk3-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'gtk3-git.install')
-rw-r--r--gtk3-git.install17
1 files changed, 1 insertions, 16 deletions
diff --git a/gtk3-git.install b/gtk3-git.install
index f57b1bffaa96..1c32bfe9421b 100644
--- a/gtk3-git.install
+++ b/gtk3-git.install
@@ -1,18 +1,3 @@
-post_install() {
- /usr/bin/gtk-query-immodules-3.0 --update-cache
- /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
- /usr/bin/gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
pre_remove() {
- rm -f /usr/lib/gtk-3.0/3.0.0/immodules.cache
-}
-
-post_remove() {
- /usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
- /usr/bin/gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
+ rm -f /usr/lib/gtk-3.0/3.0.0/immodule.cache
}