jobcore/fakeroot/fakeroot.install
2022-03-20 14:19:37 +02:00

14 lines
140 B
Bash

#!/bin/sh
post_install() {
usr/bin/ldconfig -r .
}
post_upgrade() {
usr/bin/ldconfig -r .
}
pre_remove() {
usr/bin/ldconfig -r .
}