Add 'florence/' from commit '890c618a18
'
git-subtree-dir: florence git-subtree-mainline:4ea6300b8a
git-subtree-split:890c618a18
This commit is contained in:
commit
ae5638f530
3 changed files with 73 additions and 0 deletions
16
florence/florence.install
Normal file
16
florence/florence.install
Normal 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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue