summaryrefslogtreecommitdiff
path: root/autoscripts/postrm-wm
diff options
context:
space:
mode:
Diffstat (limited to 'autoscripts/postrm-wm')
-rw-r--r--autoscripts/postrm-wm4
1 files changed, 0 insertions, 4 deletions
diff --git a/autoscripts/postrm-wm b/autoscripts/postrm-wm
deleted file mode 100644
index 6a7eb47a..00000000
--- a/autoscripts/postrm-wm
+++ /dev/null
@@ -1,4 +0,0 @@
-if [ "$1" = "purge" ] && command -v register-window-manager >/dev/null 2>&1
-then
- register-window-manager --remove #WM#
-fi