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 Sun Jan 15 08:01:04 UTC 2012
[aur-mirror.git]
/
totem-gst
/
totem.install
blob
6b8fffef7d54b745fb93fba22d5ab726cd323b32
1
post_install() {
2
usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas
3
update-desktop-database -q
4
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
5
}
6
7
pre_upgrade() {
8
if (( $(vercmp $2 2.91.91) < 0 )); then
9
usr/sbin/gconfpkg --uninstall totem
10
fi
11
}
12
13
post_upgrade() {
14
post_install
15
}
16
17
post_remove() {
18
post_install
19
}
20