Merge pull request #7 from ShrirajHegde/master

Added Uninstall
This commit is contained in:
Willi Mutschler
2020-10-20 11:25:56 +02:00
committed by GitHub
2 changed files with 14 additions and 1 deletions

View File

@@ -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

View File

@@ -157,6 +157,15 @@ or for RSYNC:
# Removed '2020-04-29_10-24-35'
# ------------------------------------------------------------------------------
```
---
### Uninstallation
```
cd /home/$USER/timeshift-autosnap-apt
sudo make uninstall
```
---
## Ideas and contributions
- [x] Ask to be included into official Timeshift package, [status pending](https://github.com/teejee2008/timeshift/issues/595).
@@ -165,4 +174,3 @@ or for RSYNC:
- [ ] Make rsync of /boot and /boot/efi dependent on btrfs only, provide "auto" model, i.e. check whether efi or legacy boot and then rsync into filesystem
**All new ideas and contributors are much appreciated and welcome, just open an issue for that!**