File: bandwidthd-pgsql.preinst

package info (click to toggle)
bandwidthd 2.0.1%2Bcvs20090917-13
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 1,308 kB
  • sloc: sh: 3,008; ansic: 2,752; php: 1,263; yacc: 216; makefile: 159; lex: 36; sql: 27
file content (8 lines) | stat: -rw-r--r-- 192 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
#!/bin/sh

set -e

dpkg-maintscript-helper mv_conffile \
	/etc/apache2/conf.d/bandwidthd /etc/apache2/conf-available/bandwidthd.conf 2.0.1+cvs20090917-6~ bandwidthd-pgsql -- "$@"

#DEBHELPER#