arch-packages/florence/florence.install
Manuel ae5638f530 Add 'florence/' from commit '890c618a180078ac1dece535215bc4b99e8d753f'
git-subtree-dir: florence
git-subtree-mainline: 4ea6300b8a
git-subtree-split: 890c618a18
2022-10-18 00:00:01 +02:00

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
}