File: common

package info (click to toggle)
debian-med 0.12
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 340 kB
  • ctags: 2
  • sloc: makefile: 50; sh: 39
file content (6 lines) | stat: -rwxr-xr-x 186 bytes parent folder | download | duplicates (32)
1
2
3
4
5
6
#!/bin/sh
## Prints some info about that package and lets auto-apt work
dpkg --status `basename $0` | \
     grep -v ^Priority | \
     grep -v ^Section | \
     grep -v ^Installed-Size