2003-08-30 22:22:49 +02:00
|
|
|
# $NetBSD: DEINSTALL,v 1.2 2003/08/30 20:22:49 jlam Exp $
|
2000-08-04 20:35:25 +02:00
|
|
|
|
2001-03-01 18:12:28 +01:00
|
|
|
case ${STAGE} in
|
2000-08-04 20:35:25 +02:00
|
|
|
POST-DEINSTALL)
|
2003-08-30 22:22:49 +02:00
|
|
|
${CAT} << EOF
|
2000-08-04 20:35:25 +02:00
|
|
|
=============================================================================
|
2001-03-01 18:12:28 +01:00
|
|
|
If you won't be using ${PKGNAME} any longer, you may want to remove
|
|
|
|
any skins that were installed in ${PKG_PREFIX}/share/gqmpeg/skins.
|
2000-08-04 20:35:25 +02:00
|
|
|
=============================================================================
|
|
|
|
EOF
|
|
|
|
;;
|
|
|
|
esac
|