aboutsummaryrefslogtreecommitdiff
path: root/bin/post-update.sh
blob: 01b0feefbe4c43ef2056792826cedde12b5c81d6 (plain) (blame)
1
2
3
4
5
6
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..."