aboutsummaryrefslogtreecommitdiff
path: root/examples/B91debc
blob: 98c6a479ef335a48521c7178c64fa24bfd2f7330 (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 "${APTGETOPT[@]}" devscripts
cd /tmp/buildd/*/debian
cd ..
debc
#EOF