From 10c9978a4df9c80c1cd2490901327730a02c63bb Mon Sep 17 00:00:00 2001 From: Sven Sager Date: Fri, 30 Jun 2023 09:42:36 +0200 Subject: [PATCH] feat: Remove shell scripts from data files The setup.py will install the executable to /usr/bin automatically. --- data/revpipyload_secure_installation | 6 ------ data/revpipyloadd | 6 ------ 2 files changed, 12 deletions(-) delete mode 100755 data/revpipyload_secure_installation delete mode 100755 data/revpipyloadd diff --git a/data/revpipyload_secure_installation b/data/revpipyload_secure_installation deleted file mode 100755 index 63c8b0a..0000000 --- a/data/revpipyload_secure_installation +++ /dev/null @@ -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" "$@" diff --git a/data/revpipyloadd b/data/revpipyloadd deleted file mode 100755 index 4c89853..0000000 --- a/data/revpipyloadd +++ /dev/null @@ -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" "$@"