mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-25 02:52:13 +08:00
13 lines
143 B
Plaintext
13 lines
143 B
Plaintext
|
post_install() {
|
||
|
pre_remove
|
||
|
}
|
||
|
|
||
|
post_upgrade() {
|
||
|
pre_remove
|
||
|
}
|
||
|
|
||
|
pre_remove() {
|
||
|
sed -e '/\/opt\/grass-*\/lib/d' -i /etc/ld.so.conf
|
||
|
}
|
||
|
|