Commit 35127272 authored by Franco Fichtner's avatar Franco Fichtner

make: unset/set package vital on upgrade

parent 7a610b2e
......@@ -257,8 +257,10 @@ package: force
@cd ${PKGDIR}; find . -name "*.txz" | cut -c3-
upgrade: package
@${PKG} set -yv 0 ${CORE_NAME}
${PKG} delete -y ${CORE_NAME}
@${PKG} add ${PKGDIR}/*.txz
@${PKG} set -yv 1 ${CORE_NAME}
@/usr/local/etc/rc.restart_webgui
lint: force
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment