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, 0 insertions, 3 deletions
diff --git a/autoscripts/prerm-wm b/autoscripts/prerm-wm
deleted file mode 100644
index b97d627f..00000000
--- a/autoscripts/prerm-wm
+++ /dev/null
@@ -1,3 +0,0 @@
-if [ "$1" = "remove" ]; then
- update-alternatives --remove x-window-manager #WM#
-fi