aboutsummaryrefslogtreecommitdiff
path: root/examples/B90list-missing
blob: 72e0286e00d885fa45474c544712dccdca336568 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash
# example file to be used with --hookdir
#
# 343894: script from q-funk.

# Depends on CDBS module in debian/rules:
# include /usr/share/cdbs/1/rules/utils.mk 
echo "I: checking for missing files."
cd "$BUILDDIR"/*/debian
cd ..
fakeroot debian/rules list-missing
#EOF