Framwork: better mute for previous

This commit is contained in:
Franco Fichtner
2018-01-08 22:04:13 +00:00
parent 129acfd8ed
commit 23035f1955
+1 -1
View File
@@ -232,7 +232,7 @@ upgrade-check: check
upgrade: upgrade-check package
.for NAME in ${PLUGIN_PKGNAMES}
@if ${PKG} info ${NAME} > /dev/null; then \
@if ${PKG} info ${NAME} 2> /dev/null > /dev/null; then \
${PKG} delete -fy ${NAME}; \
fi
.endfor