jannet: Move show_installed_jannet_software.sh into jannet info

This commit is contained in:
Jan Lindemann 2007-09-09 20:54:54 +00:00 committed by Jan Lindemann
commit 8b3db5ee06

View file

@ -23,6 +23,7 @@ cat << EOT
uninit: undo initialization
install: install packages in [arguments]
update: update all jannet software on the system
info: query information about installed software
EOT
if [ "$1" ]; then
@ -63,7 +64,9 @@ install)
sudo smart update ftp.jannet.de
sudo smart install -y $*
;;
info)
rpm -qai | grep -iB 7 "jannet.de\|c-mexx.com"
;;
help)
usage 0
;;