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 Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git]
/
gnome-packagekit-git
/
gnome-packagekit.install
blob
7864d4b0b396030a3008a2e8730c5214604c0a76
1
pkgname=gnome-packagekit
2
3
post_install() {
4
glib-compile-schemas /usr/share/glib-2.0/schemas
5
}
6
7
post_upgrade() {
8
post_install
9
}
10
11
post_remove() {
12
post_install
13
update-desktop-database
14
}