This is fixed in the current 9.10 package actually by this snippet in
the init script.
if [ ! -d $USER_HOME ]; then
mkdir -p $USER_HOME
fi
#create a symbolic link for mysql.txt so it can't be overwritten
mkdir -p $USER_HOME/.mythtv
chown -R $USER $USER_HOME/.mythtv
if [ ! -e $USER_HOME/.m
** Summary changed:
- package mythtv-backend 0.21.0+fixes19961-0ubuntu8 failed to install/upgrade:
subprocess post-installation script returned error exit status 1
+ mythtv-backend needs to check for 'mythtv' home directory
** Changed in: mythtv (Ubuntu)
Importance: Undecided => Medium
** Ch