postinst outputs errors if dpkg-dev is not installed
Bug #1100449 reported by
LaMont Jones
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
sks (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
If dpkg-dev is not installed, then errors are produced, despite the script running successfully.
redirecting stderr should fix it:
if (type dpkg-vendor >/dev/null); then echo y;fi
bash: type: dpkg-vendor: not found
To post a comment you must log in.