diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-04-09 16:48:31 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-04-09 16:48:31 +0000 |
commit | f50b2cfd423b8e088fe99e5139b49dfb2ae11811 (patch) | |
tree | f82ed3c088f32abeb47293d6b13f3e5792c127f0 /irc/ircd-ru | |
parent | c288988b5781e095fe6f196f1690340cf0e020c5 (diff) |
Notes
Diffstat (limited to 'irc/ircd-ru')
-rw-r--r-- | irc/ircd-ru/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/ircd-ru/pkg-plist b/irc/ircd-ru/pkg-plist index 422b6799228e..a9ff3f2e7226 100644 --- a/irc/ircd-ru/pkg-plist +++ b/irc/ircd-ru/pkg-plist @@ -31,4 +31,4 @@ share/ircd-ru/codepages/translit.cp @unexec rm -R %%VARDIR%%/run/ircd-ru > /dev/null @unexec rm -R %%VARDIR%%/log/ircd-ru > /dev/null @unexec rm /usr/local/etc/rc.d/ircd.sh.sample -@unexec echo 'To completely remove this port delete user ircd, group ircd and remove etc/ircd-ru' +@unexec (rmdir %D/etc/ircd-ru && pw user del ircd) || echo 'To completely remove this port delete user ircd, group ircd and remove etc/ircd-ru' |