Files
i2p.firefox/clean.sh

27 lines
436 B
Bash
Raw Normal View History

2021-04-03 16:39:26 -04:00
#! /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
2022-05-08 19:39:44 -04:00
git checkout .
git checkout master
cd "$here"
2021-04-03 16:39:26 -04:00
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 \
2022-05-05 18:18:20 -04:00
*.dmg
make clean