diff options
author | Connor Etherington | 2022-05-24 06:05:05 +0200 |
---|---|---|
committer | Connor Etherington | 2022-05-24 06:05:05 +0200 |
commit | 29e6347ef97e3e0d83b5fdc29f2a094e8c81be34 (patch) | |
tree | a2f09947b6288ec8f9f276d6e0c0b895bd23e5c8 /qcopy.install | |
parent | f8d5213593a2b8827ead0c3896077dc2ab279149 (diff) | |
download | aur-29e6347ef97e3e0d83b5fdc29f2a094e8c81be34.tar.gz |
Auto-Commit Update - 20220524
Diffstat (limited to 'qcopy.install')
-rw-r--r-- | qcopy.install | 4 |
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 +} |