553585e275
-changed the app name to JustMotion to match the git repository. -changed the build system away from cmake to qmake now that the app doesn't depend on openCV. -changed the build/install scripts to python based scripts which now includes the ability create an installer.
7 lines
123 B
Bash
7 lines
123 B
Bash
#!/bin/sh
|
|
$app_target -r
|
|
rm -v /usr/bin/$app_target
|
|
rm -rv $install_dir
|
|
deluser $app_target
|
|
echo "Uninstallation Complete"
|