summarylogtreecommitdiffstats
path: root/gtk3.install
diff options
context:
space:
mode:
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
-}