mirror of
https://github.com/naruxde/revpipyload.git
synced 2025-11-08 23:23:52 +01:00
Add default files for installation or packaging.
This commit is contained in:
@@ -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" "$@"
|
||||
|
||||
Reference in New Issue
Block a user