summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2021-02-23 18:45:45 +0100
committerhaawda2021-02-23 18:45:45 +0100
commit44bb5d416dcdb50e659b159ae5e5d6fb7a17cf5a (patch)
tree6c03260dc156938b05adf33076a1ab3637d03117
parentdb07953addd208e802a02a14fd229493753d071a (diff)
downloadaur-44bb5d416dcdb50e659b159ae5e5d6fb7a17cf5a.tar.gz
fix package function
-rw-r--r--PKGBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 23430de1576a..580027e8e02d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,6 +27,4 @@ package() {
cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
install -Dm644 "$pkgdir"/usr/etc/xmedconrc "$pkgdir"/etc/xmedconrc
- rm "$pkgdir"/usr/etc/xmedconrc
- rmdir "$pkgdir"/usr/etc
}