10 lines
134 B
Plaintext
10 lines
134 B
Plaintext
post_install() {
|
|
post_upgrade $1 0
|
|
}
|
|
|
|
post_upgrade() {
|
|
if (( $(vercmp $2 0.32.0-2) < 0 )); then
|
|
dconf update
|
|
fi
|
|
}
|