mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
6 lines
166 B
Bash
6 lines
166 B
Bash
#!/bin/sh
|
|
# Force ghc-pkg to recache the base installed packages. Necessary as we
|
|
# did make install DESTDIR=... so the cache has invalid locations.
|
|
|
|
ghc-pkg recache
|