summarylogtreecommitdiffstats
path: root/hyprmt.install
blob: 1d1eeecb0e5d6514f838375264cd743d5af68a93 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
	echo "note: ensure user is in i2c group. if not, run:"
	echo "  sudo usermod -aG i2c <username>"
	echo "note: log out and back in for group changes to take effect."
}

post_remove() {
	echo "note: user may still be member of i2c group. if no longer needed, run:"
	echo "  sudo gpasswd -d <username> i2c"
}