diff options
Diffstat (limited to 'mail/qsheff/pkg-plist')
-rw-r--r-- | mail/qsheff/pkg-plist | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/mail/qsheff/pkg-plist b/mail/qsheff/pkg-plist index cbf605c..9ad58a5 100644 --- a/mail/qsheff/pkg-plist +++ b/mail/qsheff/pkg-plist @@ -11,14 +11,15 @@ etc/qsheff/qsheff.rules-default @unexec if cmp -s %D/etc/qsheff/qsheff.wblist %D/etc/qsheff/qsheff.wblist-default; then rm -f %D/etc/qsheff/qsheff.wblist; fi etc/qsheff/qsheff.wblist-default @exec [ -f %B/qsheff.wblist ] || cp %B/%f %B/qsheff.attach +etc/qsheff/install-wrapper.sh +etc/qsheff/uninstall-wrapper.sh %%DATADIR%%/developer.notes %%DATADIR%%/eicar.com.txt %%DATADIR%%/sample-OK.msg %%DATADIR%%/sample-SPAM.msg %%DATADIR%%/sample-VIRUS.msg -%%DATADIR%%/uninstall.sh @unexec rmdir %D/etc/qsheff 2>/dev/null || true @dirrm %%DATADIR%% -@unexec echo "ATTENTION:" -@unexec echo "1) Remember to restore your qmail-queue program on %%PREFIX%%/bin" -@unexec echo "2) Quarantina directory (/var/spool/qsheffq) not removed. You can remove it manually." +@unexec echo +@unexec echo "Type '%%PREFIX%%/etc/qsheff/uninstall-wrapper.sh' to uninstall qSheff completely." +@unexec echo |