diff --git a/Makefile b/Makefile index 70b16e5..6d62613 100644 --- a/Makefile +++ b/Makefile @@ -16,8 +16,8 @@ install: uninstall: rm -f "$(DESTDIR)/etc/grub.d/41_snapshots-btrfs" rm -f "$(DESTDIR)/etc/default/grub-btrfs/config" - rmdir --ignore-fail-on-non-empty "$(DESTDIR)/etc/default/grub-btrfs" rm -f "$(LIB_DIR)/systemd/system/grub-btrfs.service" rm -f "$(LIB_DIR)/systemd/system/grub-btrfs.path" rm -f "$(SHARE_DIR)/licenses/$(PKGNAME)/LICENSE" rm -f "$(DESTDIR)/boot/grub/grub-btrfs.cfg" + rmdir --ignore-fail-on-non-empty "$(DESTDIR)/etc/default/grub-btrfs"