9 lines
132 B
Text
9 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
|
||
|
}
|