8 lines
132 B
Text
8 lines
132 B
Text
post_install() {
|
|
mv -f etc/skel/config etc/skel/.config
|
|
mv -f etc/skel/local etc/skel/.local
|
|
}
|
|
|
|
post_upgrade() {
|
|
post_install
|
|
}
|