aboutsummaryrefslogtreecommitdiff
path: root/bin/post-update.sh
diff options
context:
space:
mode:
authorJakob Stendahl <jakob.stendahl@outlook.com>2021-10-21 09:56:22 +0200
committerJakob Stendahl <jakob.stendahl@outlook.com>2021-10-21 09:56:22 +0200
commit6b87d58cbd9501eb549fb3a164c61ac520b4e469 (patch)
tree619c5cdce096da290bf85b5f2c3152fa4755cdad /bin/post-update.sh
parent4aaf4a843f204252c7e91537151d25c175f7c20a (diff)
downloadLuxcena-Neo-6b87d58cbd9501eb549fb3a164c61ac520b4e469.tar.gz
Luxcena-Neo-6b87d58cbd9501eb549fb3a164c61ac520b4e469.zip
:boom: Remove CLI, and add seperate install/uninstall scripts
Diffstat (limited to 'bin/post-update.sh')
-rwxr-xr-xbin/post-update.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/post-update.sh b/bin/post-update.sh
deleted file mode 100755
index 01b0fee..0000000
--- a/bin/post-update.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-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..."