summarylogtreecommitdiffstats
path: root/homegear-homematicwired.install
blob: 7bfebe09431d4ce5766e10567043d22e5a940ef7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
    echo '>>> Please run the following command as root to download'
    echo '>>> the required firmware for HomeMatic Wired devices:'
    echo '>>> # homegear-homematicwired-update-firmware'

    if [ "`systemctl is-active homegear`" == "active" ]
    then
        homegear -e mld mod_homematicwired.so
    fi
}

post_upgrade() {
    post_install
}