mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 04:16:27 -04:00
7 lines
131 B
Bash
7 lines
131 B
Bash
#!/bin/sh
|
|
|
|
case $2 in
|
|
DEINSTALL)
|
|
perl -MXML::SAX -e 'XML::SAX->remove_parser(q(XML::SAX::Expat))->save_parsers();'
|
|
;;
|
|
esac
|