summarylogtreecommitdiffstats
path: root/gtk3.install
diff options
context:
space:
mode:
authorEarnestly2015-11-23 02:22:37 +0000
committerEarnestly2015-11-23 02:22:37 +0000
commit331573507ba6cea465b54616385782d3c59365a9 (patch)
tree5d0b91da9bdba7e78797675e5e855184cfe8d11d /gtk3.install
parent7140f65f00281ee63cf2310ab638780df1b04aeb (diff)
downloadaur-331573507ba6cea465b54616385782d3c59365a9.tar.gz
gtk3-optional-csd: version bump
Diffstat (limited to 'gtk3.install')
-rw-r--r--gtk3.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk3.install b/gtk3.install
index d2e16cb8814e..4e46d6b0a642 100644
--- a/gtk3.install
+++ b/gtk3.install
@@ -1,7 +1,7 @@
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
+ /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'
}
@@ -15,5 +15,5 @@ pre_remove() {
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
+ /usr/bin/gtk-update-icon-cache -qtf /usr/share/icons/hicolor
}