packages/crypto++/crypto++.install
Alexander Baldeck 110d3ad29f * add crypto++
2019-03-04 15:29:33 +01:00

5 lines
200 B
Plaintext

pre_upgrade() {
# Up to crypto++ 5.6.5-3, libcryptopp.so.5.6 was not tracked by pacman (symlinked at install time)
[ -L /usr/lib/libcryptopp.so.5.6 ] && unlink /usr/lib/libcryptopp.so.5.6 || true
}