bas-t / ffdecsawrapper

FFdecsa empowered softcam for MythTV
GNU General Public License v3.0
17 stars 9 forks source link

Mythbuntu updates always remove symlink to upstart job #37

Closed Erik-NA closed 9 years ago

Erik-NA commented 9 years ago

Adding the following code to init.d script?

# Check if MythTv sym link exist since MythTv repo updates remove it
if ! test -e /etc/init.d/mythtv-backend; then
    ln -s /lib/init/upstart-job /etc/init.d/mythtv-backend
    echo "Created symoblic link in /etc/init.d for mythbackend to up-start job"
fi
bas-t commented 9 years ago

Hi, this is not a Mythbuntu support forum. Besides, I never use Mythbuntu. Closing

Erik-NA commented 9 years ago

Sorry. It was ment for your wiki. It sure is a Mythbuntu problem :)