diff options
Diffstat (limited to '')
-rw-r--r-- | autoscripts/prerm-wm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/autoscripts/prerm-wm b/autoscripts/prerm-wm new file mode 100644 index 0000000..b97d627 --- /dev/null +++ b/autoscripts/prerm-wm @@ -0,0 +1,3 @@ +if [ "$1" = "remove" ]; then + update-alternatives --remove x-window-manager #WM# +fi |