2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-08 05:15:10 +00:00
betateilchen 50cb51236c contrib/DEBIAN: revert last changes
git-svn-id: https://svn.fhem.de/fhem/trunk@15691 2b470e98-0d58-463d-a4d8-8e2adae1ed80
2017-12-25 18:47:43 +00:00

15 lines
197 B
Bash
Executable File

#!/bin/sh
#set -x
set -e
apt-mark unhold fhem
# stop fhem if running
if test -f /etc/init.d/fhem; then
/etc/init.d/fhem stop noaptmark
fi
# remove fhem autostart
update-rc.d -f fhem remove