repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Sat Jan 21 20:03:50 UTC 2012
[aur-mirror.git]
/
lib32-gtk3
/
gtk3.install
blob
66b00fe5117a3c4cdbe8042b80207aab8a1d56b0
1
post_install() {
2
GTK_PATH=/usr/lib32/gtk-3.0 usr/bin/gtk-query-immodules-3.0-32 --update-cache
3
}
4
5
post_upgrade() {
6
post_install
7
}
8
9
pre_remove() {
10
rm -f usr/lib32/gtk-3.0/3.0.0/immodules.cache
11
}
12
post_remove() {
13
#usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
14
true
15
}
16
17
18
19
20
21
22
23