Remove two old scripts
This commit is contained in:
parent
97971f3040
commit
688d77a826
@ -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
|
|
@ -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
|
|
Loading…
Reference in New Issue
Block a user