summarylogtreecommitdiffstats
path: root/qcopy.install
diff options
context:
space:
mode:
authorConnor Etherington2022-05-24 06:05:05 +0200
committerConnor Etherington2022-05-24 06:05:05 +0200
commit29e6347ef97e3e0d83b5fdc29f2a094e8c81be34 (patch)
treea2f09947b6288ec8f9f276d6e0c0b895bd23e5c8 /qcopy.install
parentf8d5213593a2b8827ead0c3896077dc2ab279149 (diff)
downloadaur-29e6347ef97e3e0d83b5fdc29f2a094e8c81be34.tar.gz
Auto-Commit Update - 20220524
Diffstat (limited to 'qcopy.install')
-rw-r--r--qcopy.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/qcopy.install b/qcopy.install
index 911d4eca5f56..16db238df1b9 100644
--- a/qcopy.install
+++ b/qcopy.install
@@ -1,3 +1,7 @@
post_install() {
ln -s /usr/bin/qcopy /usr/bin/qcp
}
+
+post_remove() {
+ rm -f /usr/bin/qcp
+}