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