diff options
Diffstat (limited to 'abs/extra/fakechroot/fakechroot.install')
-rw-r--r-- | abs/extra/fakechroot/fakechroot.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/extra/fakechroot/fakechroot.install b/abs/extra/fakechroot/fakechroot.install new file mode 100644 index 0000000..61c5b73 --- /dev/null +++ b/abs/extra/fakechroot/fakechroot.install @@ -0,0 +1,11 @@ +post_install() { + sbin/ldconfig -r . +} + +post_upgrade() { + sbin/ldconfig -r . +} + +post_remove() { + sbin/ldconfig -r . +} |