pkgbuilds/parch-config-cinnamon/.INSTALL
2023-03-15 21:30:30 +03:30

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
}