summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0d69c60f4c81..06e0221fe811 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,6 +27,10 @@ package(){
mkdir -p usr/lib 2> /dev/null; mv lib/* usr/lib; rm -rf lib
+ rm -fr etc/init/
+
+ sed -i 's/usr\/local/usr/' usr/lib/systemd/system/session-manager-plugin.service
+
mv usr/local/* usr; rm -rf usr/local
cd ..