0byt3m1n1
Path:
/
var
/
lib
/
dpkg
/
info
/
[
Home
]
File: 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