summarylogtreecommitdiffstats
path: root/gtk3.install
diff options
context:
space:
mode:
Diffstat (limited to 'gtk3.install')
-rw-r--r--gtk3.install18
1 files changed, 1 insertions, 17 deletions
diff --git a/gtk3.install b/gtk3.install
index 4e46d6b0a642..763314b2fb73 100644
--- a/gtk3.install
+++ b/gtk3.install
@@ -1,19 +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 -qtf /usr/share/icons/hicolor
- printf 'Use GTK_CSD=1 to enable the CSD where the CSD can be used.\n'
-}
-
-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 -qtf /usr/share/icons/hicolor
+ printf 'Use GTK_CSD=1 to enable the CSD where the CSD can be used\n'
}