summarylogtreecommitdiffstats
path: root/razer-blackwidow-macro-scripts.install
diff options
context:
space:
mode:
authorStephen Martin2015-06-08 10:51:44 -0500
committerStephen Martin2015-06-08 10:51:44 -0500
commitdf800f2c82bec4972384c17d76f653c41c5ca719 (patch)
treede89d0de0f54392e95d07e777983e311e25bb84c /razer-blackwidow-macro-scripts.install
downloadaur-df800f2c82bec4972384c17d76f653c41c5ca719.tar.gz
Updated to aur4
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'
+
+}