#!/bin/sh case $2 in POST-DEINSTALL) USER=_iodined GROUP=${USER} PW=/usr/sbin/pw if ${PW} groupshow "${GROUP}" 2>/dev/null 1>&2; then if [ -z "${PACKAGE_BUILDING}" -a -z "${BATCH}" ]; then echo "To delete the ${USER} group permanently, use '${PW} groupdel ${GROUP}'." else ${PW} groupdel ${USER} fi fi if ${PW} usershow "${USER}" 2>/dev/null 1>&2; then if [ -z "${PACKAGE_BUILDING}" -a -z "${BATCH}" ]; then echo "To delete the ${USER} user permanently, use '${PW} userdel ${USER}'." else ${PW} userdel ${USER} fi fi exit 0 ;; esac rts-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/gxemul
Commit message (Expand)AuthorAgeFilesLines
* Bump portrevision - the binary has now changed.adrian2013-06-281-0/+1
* Enable LBA in GXEMUL.adrian2013-06-281-0/+32
* Building gxemul conflicts with svgalib, so mark it as a conflict.adrian2013-06-281-0/+4
* Convert emulators to new options frameworkbapt2013-04-291-12/+9
* Remove more tags from pkg-descr files fo the form:dougb2011-10-241-3/+0
* = Drop MD5 supportmiwi2011-07-031-1/+0
* Upgrade to latest gxemul 0.6.0.imp2010-06-152-5/+9
* - Mark MAKE_JOBS_UNSAFEpav2009-11-201-0/+1
* - Update to 0.4.7.2pav2009-09-203-16/+4
* o Fix a bug reported by Oleksandr Tymoshenko:imp2008-10-042-1/+13
* - Update to version 0.4.6.5lwhsu2008-06-152-5/+5
* - Update to version 0.4.6.3miwi2008-05-222-16/+12
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-1/+1
* Reset maintainership.jkoshy2008-04-101-1/+1
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-241-1/+2
* Upgrade to v0.4.6.2. Changes from the previous ported version include:jkoshy2008-02-222-4/+4
* - Upgrade to v0.4.6. Upstream changes include:jkoshy2007-07-042-5/+4
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
* Update pkg-descr.jkoshy2007-05-031-7/+11
* Upgrade to v0.4.5.1. Upstream changes from the previous versionjkoshy2007-05-022-4/+4
* Upgrade to version 0.4.4. Upstream changes include:jkoshy2007-03-062-4/+4
* Upgrade to v0.4.3. Upstream changes include:jkoshy2006-11-083-19/+4
* Add an interim patch that allows FreeBSD to learn the clock frequencyjkoshy2006-09-022-0/+15
* Update to v0.4.2. Upstream changes include:jkoshy2006-08-202-4/+4
* Upgrade to v0.4.1.jkoshy2006-07-26