summarylogtreecommitdiffstats
path: root/gtk3.install
diff options
context:
space:
mode:
authorEarnestly2016-10-10 15:26:44 +0100
committerEarnestly2016-10-10 15:26:44 +0100
commitddb2d5177e158882964d1dbf6f2587ae2402c059 (patch)
tree53789af54983c0a915c2f250263209dadf73a447 /gtk3.install
parentdb13c2b46823f921471a4a44967f7fe11dfe8d82 (diff)
downloadaur-ddb2d5177e158882964d1dbf6f2587ae2402c059.tar.gz
gtk3-optional-csd: sync with repo package, add hooks
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'
}