arch-packages/florence.install
Manuel 98c50b0bb4 New release
Refactored PKGBUILD
Added .install file
Added doc support
Removed static libraries
2016-02-01 00:20:26 +01:00

17 lines
181 B
Plaintext

_update() {
glib-compile-schemas '/usr/share/glib-2.0/schemas/'
update-desktop-database -q
}
post_install() {
_update
}
post_upgrade() {
_update
}
post_remove() {
_update
}