Remove useless line

This commit is contained in:
2021-10-11 11:26:54 +02:00
committed by GitHub
parent 610a1222ed
commit 203cfd6501

View File

@ -18,7 +18,6 @@ uninstall:
ifneq ($(shell id -u), 0) ifneq ($(shell id -u), 0)
@echo "You must be root to uninstall" @echo "You must be root to uninstall"
else else
mkdir -p /usr/local/share/man/man1/
echo "Removing man file" echo "Removing man file"
rm -rf /usr/local/share/man/man1/ropipe.1 rm -rf /usr/local/share/man/man1/ropipe.1
echo "Uninstalling binary" echo "Uninstalling binary"