aboutsummaryrefslogtreecommitdiff
path: root/config.dot/pbuilder/hooks/D90update.link
blob: 0c5ac424a15598d4496ee68479ed13bf88b0aeb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash
#
# See https://wiki.debian.org/BuildingFormalBackports
#     https://wiki.debian.org/PbuilderTricks#How_to_include_local_packages_in_the_build

set -e

if [ ! -z "$LOCALDEBS" ]; then
  ( cd $LOCALDEBS; apt-ftparchive packages . > Packages )
fi

/usr/bin/apt-get update