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/acpid.postinst |
#!/bin/sh set -e # Remove old init.d links if dpkg --compare-versions "$2" lt-nl "1.0.10-3"; then rm -f /etc/rc1.d/K??acpid fi if dpkg --compare-versions "$2" lt-nl "1.0.6-16"; then rm -f /etc/rc[06].d/K??acpid fi if dpkg --compare-versions "$2" lt "1.0.6-6"; then rm -f /etc/rc1.d/K20acpid /etc/rc[2-5].d/S20acpid fi # Fix very old permission problem if dpkg --compare-versions "$2" lt-nl "1.0.10-5"; then [ -f /var/log/acpid ] && chmod 640 /var/log/acpid* fi # Automatically added by dh_installinit if [ -x "/etc/init.d/acpid" ]; then update-rc.d acpid start 12 2 3 4 5 . >/dev/null invoke-rc.d acpid start || exit $? fi # End automatically added section
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare