aboutsummaryrefslogtreecommitdiff
path: root/bin/post-update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/post-update.sh')
-rwxr-xr-xbin/post-update.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/post-update.sh b/bin/post-update.sh
new file mode 100755
index 0000000..01b0fee
--- /dev/null
+++ b/bin/post-update.sh
@@ -0,0 +1,7 @@
+oldDir=$PWD
+cd /home/lux-neo/src
+
+cp bin/luxcena-neo-cli.sh /usr/bin/luxcena-neo-cli.sh
+
+cd $oldDir
+echo "Post-update done..."