From 04acde356e3a84cb3b064f91f6f0f259f01d64b2 Mon Sep 17 00:00:00 2001 From: "David T. Sadler" Date: Tue, 25 Aug 2026 16:49:43 +0100 Subject: Clean up after installing calibre plugins --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 929bfa6..b052f22 100755 --- a/install.sh +++ b/install.sh @@ -28,8 +28,10 @@ done nix build git+https://git.ccnlc.eu/nydragon/calibre-plugins#acsm-calibre-plugin calibre-customize -a result +rm -f result nix build git+https://git.ccnlc.eu/nydragon/calibre-plugins#dedrm-plugin calibre-customize -a result +rm -f result curl --follow --output crosspoint_reader.zip https://github.com/crosspoint-reader/calibre-plugins/releases/download/v0.2.7/crosspoint_reader-v0.2.7.zip calibre-customize -a crosspoint_reader.zip -- cgit v1.2.3-13-gbd6f