File: libwin-hivex-perl.install

package info (click to toggle)
hivex 1.3.24-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,924 kB
  • sloc: ansic: 7,385; sh: 5,314; ml: 4,424; makefile: 559; perl: 528; python: 253; ruby: 123; xml: 104; sed: 16
file content (11 lines) | stat: -rwxr-xr-x 227 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/perl -w
use Config;

print substr($Config{vendorarch}, 1) . "\n";

print <<EOF;
usr/share/man/man3/Win::Hivex.3pm
usr/share/man/man3/Win::Hivex::Regedit.3pm
usr/bin/hivexregedit
usr/share/man/man1/hivexregedit.1
EOF