mirror of
https://github.com/wmutschl/timeshift-autosnap-apt.git
synced 2026-03-04 13:05:01 +08:00
Uninstall added in makefile
Removes 3 installed files with sudo make uninstall
This commit is contained in:
5
Makefile
5
Makefile
@@ -6,3 +6,8 @@ install:
|
|||||||
@install -Dm644 -t "$(DESTDIR)/etc/apt/apt.conf.d/" 80-timeshift-autosnap-apt
|
@install -Dm644 -t "$(DESTDIR)/etc/apt/apt.conf.d/" 80-timeshift-autosnap-apt
|
||||||
@install -Dm755 -t "$(DESTDIR)/usr/bin/" timeshift-autosnap-apt
|
@install -Dm755 -t "$(DESTDIR)/usr/bin/" timeshift-autosnap-apt
|
||||||
@install -Dm644 -t "$(LIB_DIR)/etc/" timeshift-autosnap-apt.conf
|
@install -Dm644 -t "$(LIB_DIR)/etc/" timeshift-autosnap-apt.conf
|
||||||
|
|
||||||
|
uninstall:
|
||||||
|
rm -f $(DESTDIR)/etc/apt/apt.conf.d/80-timeshift-autosnap-apt
|
||||||
|
rm -f $(DESTDIR)/usr/bin/timeshift-autosnap-apt
|
||||||
|
rm -f $(LIB_DIR)/etc/timeshift-autosnap-apt.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user