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