Skip to content

Commit

Permalink
Uninstall target for non-Debian systems
Browse files Browse the repository at this point in the history
  • Loading branch information
jcnelson committed Sep 2, 2015
1 parent bbed468 commit 87806ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,12 @@ clean:
.PHONY: uninstall
uninstall:
rm -f $(VDEV_CONFIG_INSTALL)
update-rc.d -f vdev remove
update-rc.d -f vdev remove || true
@echo ""
@echo "vdev configuration and init scripts have been removed."
@echo "You will need to re-enable your previous device manager."
@echo ""
@echo "Example:"
@echo "Example (on Debian systems):"
@echo " $$ sudo update-rc.d udev defaults"
@echo " $$ sudo update-rc.d udev-finish defaults"
@echo " $$ sudo insserv"
Expand Down

0 comments on commit 87806ab

Please sign in to comment.