summaryrefslogtreecommitdiffstats
path: root/debian/gnupg-l10n.install
blob: 2f14679d70e84d288c725153aa261d33109533e1 (plain)
1
2
3
4
5
6
7
#!/bin/sh
set -e
echo debian/tmp/usr/share/locale
if ! echo ${DEB_BUILD_PROFILES} | grep -q nodoc ; then
	echo 'usr/share/gnupg/help.*.txt'
	echo usr/share/gnupg/help.txt
fi