diff options
author | James Meyer <james.meyer@operamail.com> | 2012-09-20 21:11:14 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-09-20 21:11:14 (GMT) |
commit | 82fbaf24ecc0374bd5dd457c118e1a0affffaa83 (patch) | |
tree | 5233f1c70d6008be4834c9006fc2a911f17b8d53 /abs/core/supplemental-web/supplemental-web.install | |
parent | 24f531c22f8c07112d4d71ae37f6f65a85f6e815 (diff) | |
download | linhes_pkgbuild-82fbaf24ecc0374bd5dd457c118e1a0affffaa83.zip linhes_pkgbuild-82fbaf24ecc0374bd5dd457c118e1a0affffaa83.tar.gz linhes_pkgbuild-82fbaf24ecc0374bd5dd457c118e1a0affffaa83.tar.bz2 |
supplemental-web: add ability to list all known exported file systems
Diffstat (limited to 'abs/core/supplemental-web/supplemental-web.install')
-rw-r--r-- | abs/core/supplemental-web/supplemental-web.install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/supplemental-web/supplemental-web.install b/abs/core/supplemental-web/supplemental-web.install index 7dc0214..eec33fd 100644 --- a/abs/core/supplemental-web/supplemental-web.install +++ b/abs/core/supplemental-web/supplemental-web.install @@ -8,7 +8,7 @@ pre_install() { # arg 1: the new package version post_install() { - /bin/true + setfacl -m u:http:rx /home/mythtv/ COUNT=`grep -c "lighttpd-supplement.conf" /etc/lighttpd/conf.include` if [ $COUNT == 0 ] |