blob: ad51c444d32581eb222a460f0446ac5f0e6b3f23 (
plain)
1
2
3
4
5
6
7
|
post_install() {
echo "copy the configuration sample file into your home directory:"
echo "cp /usr/share/jaro/associations ~/.config/associations"
echo "please read github page: https://github.com/isamert/jaro"
echo "and configure the config file: ~/.config/associations"
echo "based on your needs."
}
|