cp -a WinterBoard.plist package/Library/MobileSubstrate/DynamicLibraries
cp -a *.theme package/Library/Themes
find package -name .svn | while read -r line; do rm -rf "${line}"; done
cp -a extrainst_ preinst prerm package/DEBIAN
sed -e "s/VERSION/$(./version.sh)/g" control >package/DEBIAN/control
cp -a WinterBoard.plist package/Library/MobileSubstrate/DynamicLibraries
cp -a *.theme package/Library/Themes
find package -name .svn | while read -r line; do rm -rf "${line}"; done
cp -a extrainst_ preinst prerm package/DEBIAN
sed -e "s/VERSION/$(./version.sh)/g" control >package/DEBIAN/control