archlinux: remove uneeded 'rm -rf' after rework of makefiles

This commit is contained in:
Frédéric Pierret (fepitre) 2020-10-21 07:35:18 +02:00
parent 45745e80e6
commit e38ec9743f
No known key found for this signature in database
GPG Key ID: 484010B5CDC576E2

View File

@ -74,13 +74,6 @@ package_qubes-vm-core() {
make -C qubes-rpc/nautilus DESTDIR="$pkgdir" install
make -C qubes-rpc/thunar DESTDIR="$pkgdir" install
# Remove things non wanted in archlinux
rm -rf "$pkgdir/etc/yum"*
rm -rf "$pkgdir/etc/dnf"*
rm -rf "$pkgdir/etc/init.d"
# Remove fedora specific scripts
rm -rf "$pkgdir/etc/fstab"
# Install systemd script allowing to automount /lib/modules
install -m 644 "$srcdir/PKGBUILD.qubes-ensure-lib-modules.service" "${pkgdir}/usr/lib/systemd/system/qubes-ensure-lib-modules.service"