8 lines
146 B
Text
8 lines
146 B
Text
|
post_install() {
|
||
|
echo "This is a metapackage for joborun's boot-66serv to replace boot@-66serv by Obarun"
|
||
|
}
|
||
|
|
||
|
post_upgrade() {
|
||
|
post_install
|
||
|
}
|