mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-01-24 01:42:13 +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
|
|
}
|
|
|
|
|