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