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: