summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf3f9757438e..6139f5ee7ef0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,4 +30,5 @@ package() {
make install
# Move configuration files to /etc
mv $pkgdir/{usr/,}etc
+ rm $pkgdir/etc/env.sh # Unneeded for a system wide install
}