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

6
data/revpipyloadd Executable file
View File

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