diff --git a/scripts/jannet b/scripts/jannet index 49fca892..3a91fab3 100644 --- a/scripts/jannet +++ b/scripts/jannet @@ -25,6 +25,7 @@ cat << EOT uninit: undo initialization install: install packages in [arguments] update: update all jannet software on the system + restore: restore a previous jannet software version state info: query information about installed software EOT @@ -109,6 +110,9 @@ install) fi check_ldconfig ;; +restore) + echo "not yet implemented, sorry" >&2 + ;; info) if [ "$opt_verbose" = true ]; then rpm -qai | grep -iB 7 "jannet.de\|c-mexx.com"