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 04:04:02 UTC 2012
[aur-mirror.git]
/
polly
/
polly.install
blob
52bee6f99eaa481504c41a6e52b34c837245807a
1
post_install() {
2
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
3
gconftool-2 --makefile-install-rule /usr/share/gconf/schemas/polly.schemas > /dev/null
4
xdg-icon-resource forceupdate
5
xdg-desktop-menu forceupdate
6
}
7
8
post_upgrade() {
9
post_install $1
10
}