15 lines
125 B
Plaintext
15 lines
125 B
Plaintext
|
|
||
|
## arg 1: the new package version
|
||
|
post_install() {
|
||
|
ldconfig
|
||
|
}
|
||
|
|
||
|
post_upgrade() {
|
||
|
ldconfig
|
||
|
}
|
||
|
|
||
|
post_remove() {
|
||
|
ldconfig
|
||
|
}
|
||
|
|