~ubuntu-branches/ubuntu/quantal/predict/quantal

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/bash
# Script to prepare for a clean distribution.
#
rm -f predict predict.h
rm -f vocalizer/vocalizer.h vocalizer/vocalizer
rm -f clients/samples/demo
rm -f utils/moontracker/moontracker
rm -f utils/geosat/geosat
cd clients
	rm -f map/map
	cd gsat-1.1.0
		make clean
		cd ..
	rm -f earthtrack/earthtrack
	rm -f kep_reload/kep_reload
	cd ..
cp -p $HOME/.predict/predict.tle default/predict.tle
cp -p $HOME/.predict/predict.db default/predict.db
echo "Done!"