mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
15 lines
362 B
Plaintext
15 lines
362 B
Plaintext
post_install() {
|
|
echo "Change /etc/conf.d/vde to your needs."
|
|
echo "vde config files should be placed in /etc/vde, sample files are provided."
|
|
echo "iptables and dhcpd sample files have been installed to '/usr/share/vde2'."
|
|
echo "Merge those examples, if needed to the according config files."
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install $1
|
|
}
|
|
|
|
op=$1
|
|
shift
|
|
$op $*
|