blob: b30466f2313baa1b8ee170c8232b51891e05d3d8 (
plain)
1
2
3
4
5
6
7
8
9
|
post_install() {
echo "A sample config is included at /usr/share/vkBasalt/vkBasalt.conf.example"
echo "Please copy it over to ~/.config/vkBasalt/vkBasalt.conf to have vkBasalt use it"
}
post_upgrade() {
echo "The config file example at /usr/share/vkBasalt/vkBasalt.conf.example may have been updated."
echo "You may want to check it for anything new you would like to use, in your own user config file at ~/.{config,local/share}/vkBasalt/vkBasalt.conf ."
}
|