- removed old Gentoo-specific scripts

- merged sbin into bin
- new locale en_AG
This commit is contained in:
Martin Sekera 2018-12-08 23:25:00 +01:00
parent 9a43b35125
commit 38026cdc1a
14 changed files with 34 additions and 156 deletions

15
bin/sc-2-cleanup Executable file
View file

@ -0,0 +1,15 @@
#! /bin/zsh
setopt EXTENDED_GLOB
cave purge --complete
echo -n '>>> Type "yes" to do the above. '
read Q
if [[ $Q == "yes" ]]; then
echo ">>> Aight."
cave purge --complete -x
fi
cave fix-linkage ${1}