New release
Refactored PKGBUILD Added .install file Added doc support Removed static libraries
This commit is contained in:
parent
afe00038be
commit
98c50b0bb4
4 changed files with 42 additions and 55 deletions
16
florence.install
Normal file
16
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