Annotation of pkgsrc/pkgtools/pkg_install/DEINSTALL, Revision 1.1
1.1 ! jperkin 1: #!/bin/sh
! 2: #
! 3: # Dummy script to ensure pkgsrc never creates its own DEINSTALL script for
! 4: # this package that uses a pkgsrc shell, as that can cause upgrade issues.
! 5: #
! 6: exit 0