diff options
Diffstat (limited to 'autoscripts/prerm-wm')
-rw-r--r-- | autoscripts/prerm-wm | 3 |
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 |