diff options
| author | stkhan <personal@slickd.xyz> | 2021-10-17 18:43:19 -0500 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2021-10-17 18:43:19 -0500 |
| commit | 3b852e0f10892789210fd8e3fdd8415faf3cf2d8 (patch) | |
| tree | 9ff20de62f5e354926a5aed15b3f99c0dbd5cd63 /etc/clean | |
| parent | cc844e1931ba6f4c417ea8682f5cfa72ef5e4fec (diff) | |
3.0
Diffstat (limited to 'etc/clean')
| -rwxr-xr-x | etc/clean | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/etc/clean b/etc/clean deleted file mode 100755 index b422c79..0000000 --- a/etc/clean +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -# This script is used to test new installations of sarc and delete current ones - -sudo rm /usr/local/bin/dm* -sudo rm /usr/local/bin/dwm* -sudo rm /usr/local/bin/st* -sudo rm /usr/local/bin/ss -sudo rm /etc/wallpaper* -sudo pacman -Rnsc sarc |