File: common

package info (click to toggle)
blends 0.7.10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,260 kB
  • sloc: xml: 4,904; python: 1,226; sh: 705; makefile: 296
file content (6 lines) | stat: -rwxr-xr-x 186 bytes parent folder | download | duplicates (31)
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