summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Brodsky2019-03-09 12:08:17 +0000
committerKevin Brodsky2019-03-09 12:08:17 +0000
commit48c9f6ebb732714bde2b3fd3011c76e17d926adf (patch)
treec1634ef7782647f7d4d5105caf35efa68d29f511
parentb8c78f41f2570ff0cd7e18f49fe3556998f4621b (diff)
downloadaur-48c9f6ebb732714bde2b3fd3011c76e17d926adf.tar.gz
Fix error removing XnView.desktop~
Looks like it is no longer in the archive, so there's nothing to remove!
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 63e126529325..d801e3992cad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -36,7 +36,7 @@ package() {
install -D -m644 "${srcdir}/XnView/license.txt" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
# Clean up
- rm "${pkgdir}/opt/${pkgname}/XnView.desktop"{,~}
+ rm "${pkgdir}/opt/${pkgname}/XnView.desktop"
chmod -x "${pkgdir}/opt/${pkgname}/xnview.png"
}