plugins/base: remove `banish-cookies()`

Adobe Flash is gone with the wind. Alsö, this would be something someone would do *once* and shouldn't be a function...
pull/1930/head
John D Pell 2021-09-23 22:48:21 -07:00
parent 49c9c43a5c
commit 423729e2be
1 changed files with 0 additions and 9 deletions

View File

@ -109,15 +109,6 @@ function quiet() {
nohup "$@" &> /dev/null </dev/null &
}
function banish-cookies ()
{
about 'redirect .adobe and .macromedia files to /dev/null'
group 'base'
rm -r ~/.macromedia ~/.adobe
ln -s /dev/null ~/.adobe
ln -s /dev/null ~/.macromedia
}
function usage() {
about 'disk usage per directory, in Mac OS X and Linux'
param '1: directory name'