- removed old Gentoo-specific scripts
- merged sbin into bin - new locale en_AG
This commit is contained in:
parent
9a43b35125
commit
38026cdc1a
14 changed files with 34 additions and 156 deletions
15
bin/sc-2-cleanup
Executable file
15
bin/sc-2-cleanup
Executable 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}
|
Loading…
Add table
Add a link
Reference in a new issue