summaryrefslogtreecommitdiffstats
path: root/abs/extra/fakechroot/fakechroot.install
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2013-09-04 21:41:18 (GMT)
committerBritney Fransen <brfransen@gmail.com>2013-09-04 21:41:18 (GMT)
commitbed8b45575c0365415c452dc1a63108fcf9f3d82 (patch)
tree528bf113e50014ed3ef9ca6bd2f6218bbd4fa4ad /abs/extra/fakechroot/fakechroot.install
parent8b4a9048580d17aaa7b085c3efd9295a5aa32ebd (diff)
downloadlinhes_pkgbuild-bed8b45575c0365415c452dc1a63108fcf9f3d82.zip
linhes_pkgbuild-bed8b45575c0365415c452dc1a63108fcf9f3d82.tar.gz
linhes_pkgbuild-bed8b45575c0365415c452dc1a63108fcf9f3d82.tar.bz2
fakechroot: initial inclusion. dep of pacman 4.1.2
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 .
+}