]> git.proxmox.com Git - pve-manager.git/blob - debian/config
b6adae9878a1777103d03b77484d52e267d26954
[pve-manager.git] / debian / config
1 #!/bin/sh
2
3 # Abort if any command returns an error value
4 set -e
5
6 . /usr/share/debconf/confmodule
7
8 # we do nothing here
9
10 exit 0