repo.or.cz
/
arch-packages.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
db-move: moved webkit2gtk from [staging] to [testing] (x86_64)
[arch-packages.git]
/
dconf
/
trunk
/
dconf.install
blob
30258ff7363d4966206963dbda63f88d945544f4
1
post_install() {
2
post_upgrade $1 0
3
}
4
5
post_upgrade() {
6
if (( $(vercmp $2 0.32.0-2) < 0 )); then
7
dconf update
8
fi
9
}
10
11
# vim:set sw=2 et: