Add default files for installation or packaging.

This commit is contained in:
2023-01-24 13:00:08 +01:00
parent 76349cf811
commit affa12712d
7 changed files with 44 additions and 14 deletions

View File

@@ -1,7 +1,6 @@
#!/bin/sh
if [ -d /usr/local/share/revpipyload ]
then
exec "/usr/local/share/revpipyload/secure_installation.py" "$@"
else
exec "/usr/share/revpipyload/secure_installation.py" "$@"
fi
# This will call the entry point of the python package, if it is installed
# in /usr/share/revpipyload. Put this to your bin directory, which is in
# the PATH value
exec "/usr/share/revpipyload/secure_installation" "$@"