File: Uninstall

package info (click to toggle)
linpopup 1.2.0-8.3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 640 kB
  • ctags: 247
  • sloc: ansic: 2,885; sh: 259; makefile: 228
file content (6 lines) | stat: -rwxr-xr-x 79 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
#!/bin/sh
if ! test -e bin; then cd src;
else  cd bin;
fi;
make uninstall
cd ..