Bug with fix is here:

Note mythexport/dir in debconf's config.dat is empty.

mythexport.postinst:
...
case "$1" in
    configure)
    . /usr/share/debconf/confmodule

    db_get mythexport/dir
    dir="$RET"
-- if [ -n $dir ]; then
++ if [ "x$dir" != "x" ]; then
       mkdir -p $dir

        chown mythtv:mythtv $dir || true

        mkdir -p $dir

        chown mythtv:mythtv $dir || true
...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1079972

Title:
  package mythexport 2.2.4-0ubuntu1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mythexport/+bug/1079972/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to