diff options
author | Clint Adams <clint@users.sourceforge.net> | 2007-03-30 16:28:14 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2007-03-30 16:28:14 +0000 |
commit | 1943715247636675b28efb46dfcd35cb211c1809 (patch) | |
tree | 3017a5813b5acd4bff41f98e0036031e8ecf6a8e /Completion/Debian/Command | |
parent | 56bf25cff98ec4db85d2a4f3b326368b70417d7b (diff) | |
download | zsh-1943715247636675b28efb46dfcd35cb211c1809.tar.gz zsh-1943715247636675b28efb46dfcd35cb211c1809.tar.xz zsh-1943715247636675b28efb46dfcd35cb211c1809.zip |
23252: complete for "aptitude unhold".
Diffstat (limited to 'Completion/Debian/Command')
-rw-r--r-- | Completion/Debian/Command/_aptitude | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Debian/Command/_aptitude b/Completion/Debian/Command/_aptitude index 28052cdb2..4d52cca8e 100644 --- a/Completion/Debian/Command/_aptitude +++ b/Completion/Debian/Command/_aptitude @@ -57,7 +57,7 @@ case $state in download|show|changelog) _deb_packages avail && ret=0 ;; - remove|purge|hold|reinstall|forbid-version|markauto|unmarkauto) + (remove|purge|hold|unhold|reinstall|forbid-version|markauto|unmarkauto) _deb_packages installed && ret=0 ;; install) |