Files
i2p.firefox/clean.sh

27 lines
436 B
Bash
Executable File

#! /usr/bin/env sh
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
cd "$SCRIPT_DIR" || exit 1
here=$(pwd)
cd ../i2p.i2p.jpackage-build/
ant distclean
git checkout .
git checkout master
cd "$here"
rm -rf \
build \
eventlog.txt \
hostsdb.blockfile \
I2P \
i2p_1.0-1_amd64.deb \
libjbigi.so \
libjcpuid.so \
logs \
peerProfiles \
prngseed.rnd \
wrapper.log \
*.jar \
*.exe \
*.dmg
make clean