feat: Remove shell scripts from data files

The setup.py will install the executable to /usr/bin automatically.
This commit is contained in:
2023-06-30 09:42:36 +02:00
parent 71c68ecd5b
commit 10c9978a4d
2 changed files with 0 additions and 12 deletions

View File

@@ -1,6 +0,0 @@
#!/bin/sh
# 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" "$@"

View File

@@ -1,6 +0,0 @@
#!/bin/sh
# 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/revpipyloadd" "$@"