summarylogtreecommitdiffstats
path: root/gtk3.install
diff options
context:
space:
mode:
authorJeija2016-05-12 18:41:13 +0200
committerJeija2016-05-12 18:47:45 +0200
commit42a951684ea3572ef63902ca0d2d0cdd2da8bd70 (patch)
tree28278cda0dfebea90200a3286b24db38335fb5ec /gtk3.install
parent9cd5e7748b16a1575fabece36aa7a8aba2521601 (diff)
downloadaur-42a951684ea3572ef63902ca0d2d0cdd2da8bd70.tar.gz
Update to GTK+ 3.20.4
Includes patch imported from upstream gtk3 package
Diffstat (limited to 'gtk3.install')
-rw-r--r--gtk3.install15
1 files changed, 0 insertions, 15 deletions
diff --git a/gtk3.install b/gtk3.install
index f57b1bffaa96..c0c44539de6f 100644
--- a/gtk3.install
+++ b/gtk3.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
-}