2022-03-20 13:19:37 +01:00
|
|
|
## arg 1: the new package version
|
|
|
|
post_install() {
|
2022-04-11 23:23:01 +02:00
|
|
|
echo "This package has entirely been incorporated into wireless-regdb "
|
|
|
|
echo "Since it is still in Obarun repository to prevent Obarun's package from creating a conflict
|
|
|
|
we are creating this empty metapackage depending on wireless-regdb"
|
2022-03-20 13:19:37 +01:00
|
|
|
}
|