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