makedeb
Commandline frontend for the apt package manager
Click here to go back to the commit logs for nala-bin.
Hash: 0d9425bc97f2a88744441b00f0b973ccd706a1eb
Message: fix: remove control file
diff --git a/PKGBUILD b/PKGBUILD
index bf38a28..0a97d81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,4 +19,5 @@ package() {
tar -xf 'data.tar.xz' -C "${pkgdir}"
mkdir -p "${pkgdir}/DEBIAN"
tar -xf 'control.tar.xz' -C "${pkgdir}/DEBIAN"
+ rm "${pkgdir}/DEBIAN/control"
}