summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-alternatives
blob: eb59f69e72bf0127c0b65cdefa87fb34607fd40c (plain)
1
2
3
if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ]; then
        update-alternatives #INSTALL_OPTIONS#
fi