mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-25 02:52:13 +08:00
13 lines
145 B
Plaintext
13 lines
145 B
Plaintext
post_install() {
|
|
glib-compile-schemas /usr/share/glib-2.0/schemas
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|
|
|
|
post_remove(){
|
|
post_install
|
|
}
|
|
|