summarylogtreecommitdiffstats
path: root/gtk3.install
diff options
context:
space:
mode:
Diffstat (limited to 'gtk3.install')
-rw-r--r--gtk3.install6
1 files changed, 5 insertions, 1 deletions
diff --git a/gtk3.install b/gtk3.install
index 763314b2fb73..5f781e2831cb 100644
--- a/gtk3.install
+++ b/gtk3.install
@@ -1,3 +1,7 @@
+pre_remove() {
+ rm -f /usr/lib/gtk-3.0/3.0.0/immodules.cache
+}
+
post_install() {
- printf 'Use GTK_CSD=1 to enable the CSD where the CSD can be used\n'
+ printf 'Set the environment GTK_CSD=1 to enable the CSD\n'
}