qcopy


Logs | Files | LICENSE | GitLab


1
commit ca84e21e24838509c8026740cd94568deee92085
2
Author: Connor Etherington <[email protected]>
3
Date:   Tue May 24 06:04:28 2022 +0200
4
5
    Auto-Commit Update - 20220524
6
---
7
 qcopy.install | 4 ++++
8
 1 file changed, 4 insertions(+)
9
10
diff --git a/qcopy.install b/qcopy.install
11
index 911d4ec..16db238 100644
12
--- a/qcopy.install
13
+++ b/qcopy.install
14
@@ -1,3 +1,7 @@
15
 post_install() {
16
   ln -s /usr/bin/qcopy /usr/bin/qcp
17
 }
18
+
19
+post_remove() {
20
+  rm -f /usr/bin/qcp
21
+}