about summary refs log tree commit diff
path: root/configs/uninstall
diff options
context:
space:
mode:
Diffstat (limited to 'configs/uninstall')
-rwxr-xr-xconfigs/uninstall7
1 files changed, 0 insertions, 7 deletions
diff --git a/configs/uninstall b/configs/uninstall
index 8a97dd06d827..30ccc76d2351 100755
--- a/configs/uninstall
+++ b/configs/uninstall
@@ -2,11 +2,4 @@
 
 configs="$BRIEFCASE/configs"
 
-case $(hostname) in
-  $DESKTOP)
-    (cd "$configs/desktop" && stow --delete --target="$HOME" .);;
-  $LAPTOP)
-    (cd "$configs/laptop" && stow --delete --target="$HOME" .);;
-esac
-
 (cd "$configs/shared" && stow --delete --target="$HOME" .)