Skip to content

Commit

Permalink
do not delete startup folder on uninstall
Browse files Browse the repository at this point in the history
When reinstalling IMUNES, this folder should remain undeleted.
  • Loading branch information
denisSal committed Jun 27, 2016
1 parent 4170914 commit 309973e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Expand Up @@ -133,8 +133,8 @@ uninstall:
for file in imunes $(notdir $(TOOLS)); do \
rm -f $(BINDIR)/$${file}; \
done ;
rm -rf $(STARTUPDIR)
rm -rf $(SERVICEDIR)/imunes-service.sh
@echo "To remove startup topologies, remove $(STARTUPDIR)"

netgraph:
ifeq ($(UNAME_S), FreeBSD)
Expand Down

0 comments on commit 309973e

Please sign in to comment.