]> git.donarmstrong.com Git - debhelper.git/blob - autoscripts/prerm-wm
r1856: * dh_python: Temporarily revert change in 5.0.13 to make use of
[debhelper.git] / autoscripts / prerm-wm
1 if [ "$1" = "remove" ]; then
2         update-alternatives --remove x-window-manager #WM#
3 fi