diff --git a/tmp/postremove b/tmp/postremove new file mode 100755 index 0000000..79eb042 --- /dev/null +++ b/tmp/postremove @@ -0,0 +1,8 @@ +cd /etc/init.d + +for i in 0 1 2 3 4 5 6; do + cd rc$i.d + mv upstart_disabled/* . + rm -r upstart_disabled + cd .. +done