10 lines
115 B
Plaintext
10 lines
115 B
Plaintext
|
post_install() {
|
||
|
echo "Running ldconfig..."
|
||
|
ldconfig
|
||
|
}
|
||
|
|
||
|
post_upgrade() {
|
||
|
echo "Running ldconfig..."
|
||
|
ldconfig
|
||
|
}
|