summarylogtreecommitdiffstats
path: root/razer-blackwidow-macro-scripts.install
diff options
context:
space:
mode:
Diffstat (limited to 'razer-blackwidow-macro-scripts.install')
-rw-r--r--razer-blackwidow-macro-scripts.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/razer-blackwidow-macro-scripts.install b/razer-blackwidow-macro-scripts.install
new file mode 100644
index 000000000000..2c96c8e0e2f0
--- /dev/null
+++ b/razer-blackwidow-macro-scripts.install
@@ -0,0 +1,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'
+
+}