aboutsummaryrefslogblamecommitdiffstats
path: root/dns/noip/pkg-deinstall
blob: af2d76af57abf0ad2adabce89a1e87180bd7bb84 (plain) (tree)
1
2
3
4
5
6
7
8
9
10








                                     
                                                                                        






                                                                       
#!/bin/sh

if [ "$2" != "POST-DEINSTALL" ]; then
    exit 0
fi

PW=/usr/sbin/pw
ECHO=echo
USER=noip
GROUP=${USER}
if [ -f ${PKG_PREFIX}/etc/no-ip2.conf ]; then
    ${ECHO} "To delete noip configuration permanently: rm ${PKG_PREFIX}/etc/no-ip2.conf"
fi
if ${PW} usershow "${USER}" 2>/dev/null 1>&2; then
    ${ECHO} "To delete noip user permanently: ${PW} userdel ${USER}"
fi
if ${PW} groupshow "${GROUP}" 2>/dev/null 1>&2; then
    ${ECHO} "To delete noip group permanently: ${PW} groupdel ${GROUP}"
fi
exit 0
'>| - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. * remove USE_REINPLACE for all ports with categories starting with Cedwin2006-05-041-2/+0 | * - Change my ports MAINTAINER to jmelo@FreeBSD.org.jmelo2006-04-061-1/+1 | | | | Approved by: mnag (mentor) * - Update graphics/libglut to 6.4.1.sem2006-01-121-2/+2 | | | | | | | | | | | - Shared lib version and PORTREVISION bumb for all affected ports. While I'm here: - Remove USE_MESA knob where it was (35 ports). It marked as depricated for 2 years. PR: ports/90247 Submitted by: Ermal Lu?i <eri--@albabsd.org> * - Add SHA256pav2005-12-311-0/+1 | | | | | PR: ports/91094 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> (maintainer) * Respect LOCALBASE and X11BASEmnag2005-11-051-19/+17 | | | | | | | | Depends libglut instead USE_MESA Bump PORTREVISION PR: 88465 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> (maintainer) * - Track the in-place distfile change [1], which looks like a version updatejylefort2005-07-303-22/+5 | | | | | | | | | - Refactor pkg-plist as PLIST_FILES - Narrow CONFLICTS down to versioned packages [1]: PR: ports/84032 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> * Pass maintainership to last submittergarga2005-07-291-1/+1 | * This port is scheduled for deletion on 2005-09-22 if it is still brokenkris2005-07-231-0/+2 | | | | at that time and no PRs have been submitted to fix it.