summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoão Miguel2015-10-13 13:26:00 +0100
committerJoão Miguel2015-10-13 13:26:00 +0100
commit11362a458a2da58e4adcfb5f4791f0eda3b9b716 (patch)
tree961067cb919ad89161be4f574a5bcb3bc9484298
parentf09d040fa2cb5a43a59949b149944b91c4a9fef4 (diff)
downloadaur-11362a458a2da58e4adcfb5f4791f0eda3b9b716.tar.gz
/etc/init.d/apparmor matching Gentoo upstream now
Note: the purpose of Arch Linux symlinking everything (say /run & /var/run) is that it is compatible with every other distro, not that it ought to break compatibility if scripts it were copied ipsis verbis elsewhere. It is at least a waste of time.
-rw-r--r--PKGBUILD4
1 files changed, 0 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f4e277612f24..4b753267b49f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,10 +18,6 @@ pkgver() {
_inst_initd(){
install -Dm755 ${srcdir}/$1.initd ${pkgdir}/etc/init.d/$1
-
- sed -e 's|#!/sbin/runscript|#!/usr/bin/openrc-run|' \
- -e 's|/var/run|/run|g' \
- -i "${pkgdir}/etc/init.d/$1"
}
package() {