]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/prerm-wm
r547: * Use invoke-rc.d always now that it is in policy. Fall back to old behavior
[debhelper.git] / autoscripts / prerm-wm
1 if [ "$1" = "remove" ]; then
2         update-alternatives --remove x-window-manager #WM#
3 fi