maybe chmod 0664 'apt/apt.conf.d/00aptitude'
maybe chmod 0644 'apt/apt.conf.d/00cdrom'
maybe chmod 0644 'apt/apt.conf.d/00mint'
-maybe chmod 0644 'apt/apt.conf.d/00recommends'
maybe chmod 0664 'apt/apt.conf.d/00trustcdrom'
maybe chmod 0644 'apt/apt.conf.d/01-vendor-ubuntu'
maybe chmod 0644 'apt/apt.conf.d/01autoremove'
# Completion of commands.
if [[ $COMP_CWORD == 1 ]]; then
- COMPREPLY=( $(compgen -W '\
- add-repository autoclean autoremove build build-dep changelog check clean \
- contains content deb depends dist-upgrade download \
- dselect-upgrade edit-sources full-upgrade held help hold install list policy purge recommends rdepends \
- reinstall remove search show showhold source sources unhold update \
- upgrade version' "$cur" ) )
+ COMPREPLY=( $(compgen -W '
+ add-repository autoclean autoremove build build-dep changelog check clean
+ contains content deb depends dist-upgrade download
+ dselect-upgrade edit-sources full-upgrade held help hold install list policy purge recommends rdepends
+ reinstall remove search show showhold source sources unhold update
+ upgrade version --help
+ ' -- "$cur" ) )
return 0
fi