Linux puskom-ProLiant-DL385-Gen10 5.4.0-150-generic #167~18.04.1-Ubuntu SMP Wed May 24 00:51:42 UTC 2023 x86_64
/
var
/
lib
/
dpkg
/
info
/
/var/lib/dpkg/info/dbconfig-common.preinst
#!/bin/sh set -e # rather sensitive data can go here, so let's create the logfile # ahead of time with safer permissions. if [ ! -d /var/log/dbconfig-common ]; then mkdir /var/log/dbconfig-common touch /var/log/dbconfig-common/dbc.log chmod 600 /var/log/dbconfig-common/dbc.log fi