summarylogtreecommitdiffstats
path: root/gtk2.install
diff options
context:
space:
mode:
authorhorsemanoffaith2018-03-10 11:15:57 -0800
committerhorsemanoffaith2018-03-10 11:15:57 -0800
commit5bf13b0466108b3b7d2aac8a0cc72e7ccf4cc3cd (patch)
tree5d3e19f66c8c70e8626498701a018a6a51f30ab9 /gtk2.install
parentcc2c1b7fea6293ed3dbfac8f92564d1feae8d8d1 (diff)
downloadaur-5bf13b0466108b3b7d2aac8a0cc72e7ccf4cc3cd.tar.gz
update due to new ubuntu verion 2ubuntu1
Diffstat (limited to 'gtk2.install')
-rw-r--r--gtk2.install15
1 files changed, 1 insertions, 14 deletions
diff --git a/gtk2.install b/gtk2.install
index 950663d1ff5a..1fb17159a6c2 100644
--- a/gtk2.install
+++ b/gtk2.install
@@ -1,16 +1,3 @@
-post_install() {
- gtk-query-immodules-2.0 > etc/gtk-2.0/gtk.immodules
-}
-
-pre_upgrade() {
- pre_remove
-}
-
-post_upgrade() {
- post_install
-}
-
pre_remove() {
- rm -f /etc/gtk-2.0/gtk.immodules &>/dev/null
- rm -f /etc/gtk-2.0/gdk-pixbuf.loaders &>/dev/null
+ rm -f /usr/lib/gtk-2.0/2.10.0/immodules.cache
}