summaryrefslogtreecommitdiffstats
path: root/abs/extra/fakechroot/fakechroot.install
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/fakechroot/fakechroot.install')
-rw-r--r--abs/extra/fakechroot/fakechroot.install11
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 .
+}