10 lines
262 B
Text
10 lines
262 B
Text
post_install() {
|
|
echo "1 This is a metapackage for joborun's boot-66serv to replace boot@-66serv by Obarun"
|
|
echo "Read more on the cohabitation of runit and 66"
|
|
more /etc/66/jobo66.txt
|
|
}
|
|
|
|
post_upgrade() {
|
|
66-enable -t boot -F boot@sys
|
|
post_install
|
|
}
|