blob: 25f22d762da035188d6eb0f2f35e3dca3342f156 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
pre_install() {
echo "NOTICE: scxctl has been merged into scx-scheds."
echo "scx-scheds pkg will include scxctl in versions after 1.0.10."
echo "Be sure to remove scxctl before the next scx-scheds update to avoid conflicts"
}
pre_upgrade() {
echo "NOTICE: scxctl has been merged into scx-scheds."
echo "scx-scheds pkg will include scxctl in versions after 1.0.10."
echo "Be sure to remove scxctl before the next scx-scheds update to avoid conflicts"
}
|