jannet: Add stub for jannet restore

This commit is contained in:
Jan Lindemann 2008-12-06 03:40:52 +00:00 committed by Jan Lindemann
commit 25967f9a83

View file

@ -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"