Really add those two new commands to aptitude

This commit is contained in:
David Paleino 2009-10-26 10:19:37 +01:00
parent 79c7de608f
commit e3ea415e13

View File

@ -79,7 +79,8 @@ _aptitude()
clean autoclean install reinstall remove \
hold unhold purge markauto unmarkauto why why-not \
dist-upgrade full-upgrade download search show \
forbid-version changelog keep-all build-dep' -- "$cur" ) )
forbid-version changelog keep-all build-dep \
add-user-tag remove-user-tag' -- "$cur" ) )
fi
return 0