aboutsummaryrefslogtreecommitdiff
path: root/examples/B91debc
blob: 61690c9277d8fc71cb881f5bc2d49c49b830e764 (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 "$BUILDDIR"/*/debian
cd ..
debc
#EOF