diff options
author | tron <tron@pkgsrc.org> | 2002-01-08 09:56:19 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-01-08 09:56:19 +0000 |
commit | d213c85f57f56fcfbe34ca1e6071897a99c41dab (patch) | |
tree | cd282acaf85aa8eb016a72e3a2188a71927e6d24 /audio/xmcd | |
parent | 480163b87cc8cd2fb0ddf113b151e00b1230680e (diff) | |
download | pkgsrc-d213c85f57f56fcfbe34ca1e6071897a99c41dab.tar.gz |
Use "${PKG_PREFIX}" in "DEINSTALL" script instead of some place holders
which should have been replaced with "sed" but were not.
Diffstat (limited to 'audio/xmcd')
-rw-r--r-- | audio/xmcd/DEINSTALL | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/xmcd/DEINSTALL b/audio/xmcd/DEINSTALL index f4982ac2612..5709c17ee78 100644 --- a/audio/xmcd/DEINSTALL +++ b/audio/xmcd/DEINSTALL @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: DEINSTALL,v 1.1 2001/11/01 00:18:18 zuntum Exp $ +# $NetBSD: DEINSTALL,v 1.2 2002/01/08 09:56:19 tron Exp $ # PKGNAME=$1 @@ -15,9 +15,9 @@ POST-DEINSTALL) ============================================================================= If you won't be using ${PKGNAME} any longer, you may want to remove any cached CD informations in - @PREFIX@/lib/X11/xmcd/cddb + ${PKG_PREFIX}/lib/X11/xmcd/cddb and any drive informations in - @PREFIX@/lib/X11/xmcd/config + ${PKG_PREFIX}/lib/X11/xmcd/config e.g. by deleting the corresponding directory. Please note that config files will get overwritten on re-install if you don't save them manually. ============================================================================= |