File: config

package info (click to toggle)
debian-med 3.7
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,472 kB
  • sloc: sh: 340; makefile: 22
file content (6 lines) | stat: -rwxr-xr-x 186 bytes parent folder | download | duplicates (29)
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