mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-06 08:37:14 +08:00
20 lines
148 B
Plaintext
20 lines
148 B
Plaintext
post_install() {
|
|
/bin/true
|
|
}
|
|
|
|
post_upgrade() {
|
|
ldconfig -r .
|
|
}
|
|
|
|
pre_remove() {
|
|
/bin/true
|
|
}
|
|
|
|
post_remove() {
|
|
/bin/true
|
|
}
|
|
|
|
op=$1
|
|
shift
|
|
$op $*
|