We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 897ca02 + 4425d68 commit d27bbfaCopy full SHA for d27bbfa
Makefile
@@ -17,3 +17,12 @@ install:
17
install -m 0644 src/zfs-auto-snapshot.8 $(DESTDIR)$(PREFIX)/share/man/man8/zfs-auto-snapshot.8
18
install -d $(DESTDIR)$(PREFIX)/sbin
19
install src/zfs-auto-snapshot.sh $(DESTDIR)$(PREFIX)/sbin/zfs-auto-snapshot
20
+
21
+uninstall:
22
+ rm $(DESTDIR)/etc/cron.d/zfs-auto-snapshot
23
+ rm $(DESTDIR)/etc/cron.hourly/zfs-auto-snapshot
24
+ rm $(DESTDIR)/etc/cron.daily/zfs-auto-snapshot
25
+ rm $(DESTDIR)/etc/cron.weekly/zfs-auto-snapshot
26
+ rm $(DESTDIR)/etc/cron.monthly/zfs-auto-snapshot
27
+ rm $(DESTDIR)$(PREFIX)/share/man/man8/zfs-auto-snapshot.8
28
+ rm $(DESTDIR)$(PREFIX)/sbin/zfs-auto-snapshot
0 commit comments