jobcore/jobo66/install

10 lines
228 B
Plaintext
Raw Normal View History

2022-03-20 13:19:37 +01:00
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() {
post_install
}