[Git][haskell-team/DHG_packages][experimental] ghc: Remove package.cache.lock file in prerm

Ilias Tsitsimpis (@iliastsi) gitlab at salsa.debian.org
Wed Nov 15 14:57:40 GMT 2023



Ilias Tsitsimpis pushed to branch experimental at Debian Haskell Group / DHG_packages


Commits:
86487079 by Ilias Tsitsimpis at 2023-11-15T16:57:18+02:00
ghc: Remove package.cache.lock file in prerm

- - - - -


1 changed file:

- p/ghc/debian/ghc.prerm


Changes:

=====================================
p/ghc/debian/ghc.prerm
=====================================
@@ -24,7 +24,8 @@ case "$1" in
     remove|upgrade|deconfigure|failed-upgrade)
         update-alternatives --remove runhaskell $execdir/runghc
         update-alternatives --remove haskell-compiler $execdir/ghc
-	rm -f $vardir/package.conf.d/package.cache
+        rm -f $vardir/package.conf.d/package.cache \
+            $vardir/package.conf.d/package.cache.lock
     ;;
     *)
         echo "prerm called with unknown argument \`$1'" >&2



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/864870793aafbb95bb4319183b6565c8171b847f

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/864870793aafbb95bb4319183b6565c8171b847f
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20231115/1a225be0/attachment.htm>


More information about the Pkg-haskell-commits mailing list