Skip to content

Commit

Permalink
Uninstall added in makefile
Browse files Browse the repository at this point in the history
Removes 3 installed files with sudo make uninstall
  • Loading branch information
ShrirajHegde committed Oct 11, 2020
1 parent 98cd451 commit 13972d5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@ install:
@install -Dm644 -t "$(DESTDIR)/etc/apt/apt.conf.d/" 80-timeshift-autosnap-apt
@install -Dm755 -t "$(DESTDIR)/usr/bin/" timeshift-autosnap-apt
@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

0 comments on commit 13972d5

Please sign in to comment.