mirror of
https://github.com/naruxde/revpipyload.git
synced 2025-11-08 15:13:52 +01:00
feat: Remove shell scripts from data files
The setup.py will install the executable to /usr/bin automatically.
This commit is contained in:
@@ -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" "$@"
|
||||
@@ -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" "$@"
|
||||
Reference in New Issue
Block a user