5 lines
84 B
5 lines
84 B
10 years ago
|
post_install(){
|
||
|
systemctl enable one-context
|
||
|
|
||
|
rm -f /etc/systemd/network/*
|
||
|
}
|