mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-02-04 07:37:14 +08:00
14 lines
137 B
Plaintext
14 lines
137 B
Plaintext
post_install() {
|
|
/usr/bin/update-mime-database /usr/share/mime
|
|
}
|
|
|
|
pre_upgrade() {
|
|
post_install
|
|
}
|
|
|
|
post_remove() {
|
|
post_install
|
|
}
|
|
|
|
|