summarylogtreecommitdiffstats
path: root/razer-blackwidow-macro-scripts.install
blob: 2c96c8e0e2f0b6d3f6d27792535696ca10bf33fb (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
	echo "UDev will configure the keys"
	echo 'Bind a key to execute macroPrompt.sh, then bind a key to execute macroRun.sh $macroNumber'
}

post_upgrade(){
	echo "UDev will configure the keys"
	echo 'Bind a key to execute macroPrompt.sh, then bind a key to execute macroRun.sh $macroNumber'

}