You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
237 B
10 lines
237 B
14 years ago
|
#!/bin/sh
|
||
|
|
||
|
# Remove shutdown and reboot links; this init script does not need them.
|
||
|
rm -f /etc/rc0.d/K20kde-guidance /etc/rc6.d/K20kde-guidance
|
||
|
|
||
|
#remove script from older times
|
||
|
update-rc.d -f displayconfig-hwprobe.py remove
|
||
|
|
||
|
#DEBHELPER#
|