summarylogtreecommitdiffstats
path: root/gtk3.install
diff options
context:
space:
mode:
authorhorsemanoffaith2016-09-11 18:45:17 -0700
committerhorsemanoffaith2016-09-11 18:45:17 -0700
commit7b686ebdafaebbbaff5746f0dac11f3e4c6f81dc (patch)
tree427b62d1fa59ee462279f9eaba8bf65317eb3ac2 /gtk3.install
parent6e6c7a4298c11084b24dfb39c7f2b6763b995c90 (diff)
downloadaur-7b686ebdafaebbbaff5746f0dac11f3e4c6f81dc.tar.gz
update to version 3.20.8
Diffstat (limited to 'gtk3.install')
-rw-r--r--gtk3.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/gtk3.install b/gtk3.install
index 92341331ab9d..a0e620af1759 100644
--- a/gtk3.install
+++ b/gtk3.install
@@ -1,7 +1,4 @@
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
echo "If you want to use the global menus and you are not using Unity, you will need"
echo "to add the following to ~/.config/gtk-3.0/settings.ini"
echo
@@ -11,15 +8,6 @@ post_install() {
echo "********************************"
}
-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
-}