summarylogtreecommitdiffstats
path: root/sequoia-octopus-librnp-git.install
blob: 95db322abd6897502786a0507ca03e0c3bad1831 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
	mv /usr/lib/thunderbird/{librnp.so,librnp.so.orig}
	ln -s /usr/lib/libsequoia_octopus_librnp.so /usr/lib/thunderbird/librnp.so
}

pre_remove() {
	rm /usr/lib/thunderbird/librnp.so
	mv /usr/lib/thunderbird/{librnp.so.orig,librnp.so}
}