summaryrefslogtreecommitdiffstats
path: root/abs/core/linhes-scripts/linhes-scripts.install
blob: d4c9e59e8c4d525b7788387d0ff3c8d6b7797e9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

post_upgrade() {
    . /etc/profile
    /usr/LH/bin/remove_php_mythvideo.sh
    if [ "`vercmp $2 7-24`" -lt 0 ]
    then
        echo "Applying ACL fix and remounting /"
        /usr/LH/bin/acl_fix_fstab.py
        mount -o remount /
    fi

}

# vim:set ts=2 sw=2 et: