mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-01-24 18:12:13 +08:00
12 lines
119 B
Plaintext
12 lines
119 B
Plaintext
|
post_install() {
|
||
|
sbin/ldconfig -r .
|
||
|
}
|
||
|
|
||
|
post_upgrade() {
|
||
|
post_install $1
|
||
|
}
|
||
|
|
||
|
pre_remove() {
|
||
|
sbin/ldconfig -r .
|
||
|
}
|