Manuel
ae5638f530
git-subtree-dir: florence git-subtree-mainline:4ea6300b8a
git-subtree-split:890c618a18
16 lines
181 B
Text
16 lines
181 B
Text
_update() {
|
|
glib-compile-schemas '/usr/share/glib-2.0/schemas/'
|
|
update-desktop-database -q
|
|
}
|
|
|
|
post_install() {
|
|
_update
|
|
}
|
|
|
|
post_upgrade() {
|
|
_update
|
|
}
|
|
|
|
post_remove() {
|
|
_update
|
|
}
|