diff options
Diffstat (limited to 'pkgconf.pkg/prerm')
-rw-r--r-- | pkgconf.pkg/prerm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgconf.pkg/prerm b/pkgconf.pkg/prerm new file mode 100644 index 0000000..6594970 --- /dev/null +++ b/pkgconf.pkg/prerm @@ -0,0 +1,5 @@ +#!/bin/sh + +if [ "x${1}" = 'xremove' ]; then + update-alternatives --remove pkg-config /usr/bin/pkgconf +fi |