File: cleanup-script.sh

package info (click to toggle)
simbody 3.5.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 46,740 kB
  • ctags: 40,639
  • sloc: cpp: 244,873; ansic: 18,235; makefile: 21; sh: 5
file content (13 lines) | stat: -rwxr-xr-x 288 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
# WARNING: to be run in the package top source directory.

# Remove upstream debian directory
rm -fr doc/debian/
# Remove .gitignore upstream file
rm .gitignore
# Remove Windows stuff
rm -fr Platform/Windows
# Remove travil
rm -fr .travis.yml
# Remove nuspec
rm .simbody.nuspec