summarylogtreecommitdiffstats
path: root/joymap.install
blob: a7582133a64679e1c8133349536ed5c9382d97c1 (plain)
1
2
3
4
5
6
7
post_install() {
	echo ' ------- '
  echo 'For running joymap as a user service, your user must have write access to "/dev/uinput" and read access to "/dev/input/*".'
  echo 'User level configuration for the user service is located in "~/.config/joymap.map".'
  echo 'System level configuration for the ssytem service is located in "/etc/joymap.map".'
  echo ' ------- '
}