Remove two old scripts

This commit is contained in:
RealStickman 2021-05-27 19:32:21 +02:00
parent 97971f3040
commit 688d77a826
2 changed files with 0 additions and 22 deletions

View File

@ -1,8 +0,0 @@
#!/bin/bash
set -euo pipefail
# redetects PulseAudio outputs
pacmd unload-module module-udev-detect && pacmd load-module module-udev-detect
exit 0

View File

@ -1,14 +0,0 @@
#!/bin/bash
set -euo pipefail
if [ -d "$HOME/.local/share/Trash" ]; then
rm -rvf "$HOME/.local/share/Trash"
fi
if [ -d "/mnt/1d90c4d5-21d2-4455-bb4a-814de8496744/.Trash-1000/" ]; then
rm -rvf /mnt/1d90c4d5-21d2-4455-bb4a-814de8496744/.Trash-1000/
fi
exit 0