summarylogtreecommitdiffstats
path: root/action.patch
diff options
context:
space:
mode:
Diffstat (limited to 'action.patch')
-rw-r--r--action.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/action.patch b/action.patch
deleted file mode 100644
index 5cc29c6c6232..000000000000
--- a/action.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff --unified --recursive --text package.orig/rcqt.so/src/action.cpp package.new/rcqt.so/src/action.cpp
---- package.orig/rcqt.so/src/action.cpp 2020-11-02 20:52:54.346675345 +0100
-+++ package.new/rcqt.so/src/action.cpp 2020-11-02 20:53:23.430008727 +0100
-@@ -196,13 +196,7 @@
- // Checking if version field exists
- string version_name;
- version_exists = has_property(VERSION, &version_name);
-- #if RVS_OS_TYPE_NUM == 1
-- string command_string = "dpkg --get-selections > ";
-- #endif
-- #if RVS_OS_TYPE_NUM == 2
-- string command_string = "rpm -qa --qf \"%{NAME}\n\" > ";
-- #endif
-- command_string += PKG_CMD_FILE;
-+ string command_string = "pacman -Q > ";
-
- // We execute the dpkg-querry
- if (system(command_string.c_str()) == -1) {