summaryrefslogtreecommitdiff
path: root/debian/perl-base.links
blob: b11a125eb1bd451504b3d006f24c3b6fced509bd (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
# This is normally inherited from debian/rules
# but just in case somebody calls us directly
fullversion=${fullversion:-$(bash debian/config.debian --full-version)}

exec cat <<EOF
usr/share/man/man1/perl.1 usr/share/man/man1/perl$fullversion.1
EOF