D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
lib
/
dpkg
/
info
/
Filename :
hostname.postinst
back
Copy
#!/bin/sh set -e # Automatically added by dh_installinit if [ -x "/etc/init.d/hostname" ]; then update-rc.d hostname defaults >/dev/null fi # End automatically added section # Automatically added by dh_installinit if [ -x "/etc/init.d/hostname.sh" ]; then update-rc.d hostname.sh defaults >/dev/null fi # End automatically added section