View | Details | Raw Unified | Return to bug 210313 | Differences between
and this patch

Collapse All | Expand All

(-)pkg-deinstall (-1 / +1 lines)
Lines 5-11 Link Here
5
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
5
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
6
6
7
# Run this script at the pre-deinstall stage
7
# Run this script at the pre-deinstall stage
8
if [ "x${2}" != "xDEINSTALL" ]; then
8
if [ "x${2}" != "xPOST-DEINSTALL" ]; then
9
    exit 0
9
    exit 0
10
fi
10
fi
11
11

Return to bug 210313