pkgbuilds/parch-config-cinnamon/.INSTALL

9 lines
132 B
Text
Raw Normal View History

2023-03-14 19:07:04 +03:30
post_install() {
mv -f etc/skel/config etc/skel/.config
mv -f etc/skel/local etc/skel/.local
}
post_upgrade() {
post_install
}