File: libnet-oping-perl.install

package info (click to toggle)
liboping 1.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 568 kB
  • ctags: 410
  • sloc: ansic: 3,150; perl: 210; makefile: 92; sh: 3
file content (4 lines) | stat: -rwxr-xr-x 117 bytes parent folder | download | duplicates (5)
1
2
3
4
#!/usr/bin/perl -w
use Config;
print substr($Config{vendorarch}, 1) . "\n";
print "usr/share/man/man3/*.3pm" . "\n";