Add 'florence/' from commit '890c618a18'

git-subtree-dir: florence
git-subtree-mainline: 4ea6300b8a
git-subtree-split: 890c618a18
This commit is contained in:
Manuel 2022-10-18 00:00:01 +02:00
commit ae5638f530
3 changed files with 73 additions and 0 deletions

16
florence/florence.install Normal file
View file

@ -0,0 +1,16 @@
_update() {
glib-compile-schemas '/usr/share/glib-2.0/schemas/'
update-desktop-database -q
}
post_install() {
_update
}
post_upgrade() {
_update
}
post_remove() {
_update
}