Public bug reported:
Binary package hint: volumeid
The latest volumeid package (on ppc) has a broken volumeid.postinst.
Line 24 is missing a "then"
The error from dpkg:
Setting up volumeid (093-0ubuntu10) ...
/var/lib/dpkg/info/volumeid.postinst: 24: Syntax error: "fi" unexpected
(expecting "then")
Changing
if [ -e /etc/fstab.pre-uuid ];
to
if [ -e /etc/fstab.pre-uuid ]; then
will fix the problem
** Affects: udev (Ubuntu)
Importance: Untriaged
Status: Unconfirmed
** Description changed:
Binary package hint: volumeid
- The latest volumeid package has a broken volumeid.postinst. Line 24 is
- missing a "then"
+ The latest volumeid package (on ppc) has a broken volumeid.postinst.
+ Line 24 is missing a "then"
The error from dpkg:
Setting up volumeid (093-0ubuntu10) ...
/var/lib/dpkg/info/volumeid.postinst: 24: Syntax error: "fi" unexpected
(expecting "then")
Changing
if [ -e /etc/fstab.pre-uuid ];
to
if [ -e /etc/fstab.pre-uuid ]; then
will fix the problem
--
Broken volumeid.postinst
https://launchpad.net/bugs/57176
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs