]> git.decadent.org.uk Git - dak.git/blob - setup/core-init.d/050_overridetype
Merge remote-tracking branch 'jcristau/cs-set-log-suite'
[dak.git] / setup / core-init.d / 050_overridetype
1 #!/bin/sh
2
3 set -e
4 set -u
5
6 echo "Creating override types"
7
8 psql -c "INSERT INTO override_type (type) VALUES ('deb')" >/dev/null
9 psql -c "INSERT INTO override_type (type) VALUES ('udeb')" >/dev/null
10 psql -c "INSERT INTO override_type (type) VALUES ('dsc')" >/dev/null
11