aboutsummaryrefslogtreecommitdiff
path: root/examples/B91debc
blob: b52620fcea949073ef39ccc8a25b4ba89db69678 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
# example file to be used with --hookdir
#
# 343894: a script to run debc command, contributed from q-funk.

apt-get install -y --force-yes devscripts
cd /tmp/buildd/*/debian
cd ..
debc
#EOF