blob: 628a1de8f95ddda104ebb89eca85d91d6bfa8b71 (
plain)
1
2
3
4
5
6
7
8
|
post_install() {
echo "==========================================================="
echo "check out /etc/sharenix.json and throw your config in there"
echo "copy it to ~/.sharenix.json for user-specific settings"
echo "==========================================================="
}
# vim:set ts=2 sw=2 et:
|