Don't assume that apt-get, dpkg-deb, and dpkg-reconfigure are available.

This commit is contained in:
Ville Skyttä 2009-11-03 21:58:22 +02:00
parent ac43cd55cb
commit a17b2dbc73
3 changed files with 9 additions and 3 deletions

View File

@ -1 +1,3 @@
if {[assert_bash_type {apt-get}]} {
source "lib/completions/apt-get.exp"
}; # if

View File

@ -1 +1,3 @@
if {[assert_bash_type {dpkg-deb}]} {
source "lib/completions/dpkg-deb.exp"
}; # if

View File

@ -1 +1,3 @@
if {[assert_bash_type {dpkg-reconfigure}]} {
source "lib/completions/dpkg-reconfigure.exp"
}; # if