@extra-ifcation of Gnome 1.
Prodded by naddy@
This commit is contained in:
parent
bca33217a3
commit
f953b46917
@ -1,11 +1,13 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $OpenBSD: DEINSTALL,v 1.2 2001/09/20 18:53:54 naddy Exp $
|
||||
# $OpenBSD: DEINSTALL,v 1.3 2003/10/16 16:55:11 marcm Exp $
|
||||
#
|
||||
|
||||
set -e
|
||||
PATH=/bin:/usr/bin:/sbin:/usr/sbin
|
||||
|
||||
do_notice()
|
||||
{
|
||||
echo
|
||||
echo "+--------------- $1"
|
||||
echo "| To really remove $1 from your system you should also"
|
||||
@ -22,5 +24,27 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin
|
||||
done
|
||||
echo "+--------------- $1"
|
||||
echo
|
||||
}
|
||||
|
||||
# Verify proper execution
|
||||
#
|
||||
if [ $# -ne 2 ]; then
|
||||
echo "usage: $0 distname DEINSTALL" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Verify/process the command
|
||||
#
|
||||
case $2 in
|
||||
DEINSTALL)
|
||||
if [ "$PKG_DELETE_EXTRA" != Yes ]; then
|
||||
do_notice "$1"
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
echo "usage: $0 distname DEINSTALL" >&2
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
||||
exit 0
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.7 2003/07/12 06:27:12 marcm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.8 2003/10/16 16:55:11 marcm Exp $
|
||||
bin/background-properties-capplet
|
||||
bin/default-application-properties-capplet
|
||||
bin/file-types-capplet
|
||||
@ -249,8 +249,12 @@ share/pixmaps/control-center.png
|
||||
@dirrm share/control-center/Peripherals
|
||||
@dirrm share/control-center/Multimedia
|
||||
@dirrm share/control-center/Documents
|
||||
@dirrm share/control-center/Desktop
|
||||
@dirrm share/control-center
|
||||
@unexec rmdir %D/share/control-center/Desktop 2>/dev/null || true
|
||||
@unexec rmdir %D/share/control-center 2>/dev/null || true
|
||||
@dirrm include/libcapplet1
|
||||
@exec %D/bin/scrollkeeper-update -q
|
||||
@unexec %D/bin/scrollkeeper-update -q
|
||||
@cwd ${SYSCONFDIR}
|
||||
@extra CORBA/servers/gnomecc.gnorba
|
||||
@extra CORBA/servers/
|
||||
@extra CORBA/
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $OpenBSD: DEINSTALL,v 1.3 2002/02/15 19:19:33 nino Exp $
|
||||
# $OpenBSD: DEINSTALL,v 1.4 2003/10/16 16:55:10 marcm Exp $
|
||||
#
|
||||
|
||||
set -e
|
||||
@ -14,19 +14,43 @@ sound/events/gnome.soundlist
|
||||
sound/events/gtk-events.soundlist
|
||||
'
|
||||
|
||||
echo
|
||||
echo "+--------------- $1"
|
||||
echo "| To really remove $1 from your system you should also"
|
||||
echo "| remove the configuration files from the ${SYSCONFDIR} directory."
|
||||
echo "| If you are planning on installing $1 again in the future"
|
||||
echo "| you can leave it as it is."
|
||||
echo "|"
|
||||
echo "| FYI, the following configuration files belongs to this package:"
|
||||
echo "|"
|
||||
for f in ${FILES}; do
|
||||
echo "| ${SYSCONFDIR}/$f"
|
||||
done
|
||||
echo "+--------------- $1"
|
||||
echo
|
||||
do_notice()
|
||||
{
|
||||
echo
|
||||
echo "+--------------- $1"
|
||||
echo "| To really remove $1 from your system you should also"
|
||||
echo "| remove the configuration files from the ${SYSCONFDIR} directory."
|
||||
echo "| If you are planning on installing $1 again in the future"
|
||||
echo "| you can leave it as it is."
|
||||
echo "|"
|
||||
echo "| FYI, the following configuration files belongs to this package:"
|
||||
echo "|"
|
||||
for f in ${FILES}; do
|
||||
echo "| ${SYSCONFDIR}/$f"
|
||||
done
|
||||
echo "+--------------- $1"
|
||||
echo
|
||||
}
|
||||
|
||||
# Verify proper execution
|
||||
#
|
||||
if [ $# -ne 2 ]; then
|
||||
echo "usage: $0 distname DEINSTALL" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Verify/process the command
|
||||
#
|
||||
case $2 in
|
||||
DEINSTALL)
|
||||
if [ "$PKG_DELETE_EXTRA" != Yes ]; then
|
||||
do_notice "$1"
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
echo "usage: $0 distname DEINSTALL" >&2
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
||||
exit 0
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.9 2003/06/23 18:57:07 marcm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.10 2003/10/16 16:55:10 marcm Exp $
|
||||
@pkgcfl libgtop-*
|
||||
bin/dns-helper
|
||||
bin/gconfigger
|
||||
@ -632,3 +632,11 @@ share/type-convert/type.convert
|
||||
@dirrm include/gnome-1.0/libart_lgpl
|
||||
@dirrm include/gnome-1.0/gtk-xmhtml
|
||||
@dirrm include/gnome-1.0
|
||||
@cwd ${SYSCONFDIR}
|
||||
@extra mime-magic
|
||||
@extra mime-magic.dat
|
||||
@extra paper.config
|
||||
@extra sound/events/gnome.soundlist
|
||||
@extra sound/events/gtk-events.soundlist
|
||||
@extra sound/events/
|
||||
@extra sound/
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $OpenBSD: DEINSTALL,v 1.4 2002/03/26 18:39:12 nino Exp $
|
||||
# $OpenBSD: DEINSTALL,v 1.5 2003/10/16 16:55:10 marcm Exp $
|
||||
#
|
||||
|
||||
set -e
|
||||
@ -9,6 +9,9 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin
|
||||
FILES='
|
||||
oaf/oaf-config.xml
|
||||
'
|
||||
|
||||
do_notice()
|
||||
{
|
||||
echo
|
||||
echo "+--------------- $1"
|
||||
echo "| To really remove $1 from your system you should also"
|
||||
@ -24,5 +27,27 @@ oaf/oaf-config.xml
|
||||
done
|
||||
echo "+--------------- $1"
|
||||
echo
|
||||
}
|
||||
|
||||
# Verify proper execution
|
||||
#
|
||||
if [ $# -ne 2 ]; then
|
||||
echo "usage: $0 distname DEINSTALL" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Verify/process the command
|
||||
#
|
||||
case $2 in
|
||||
DEINSTALL)
|
||||
if [ "$PKG_DELETE_EXTRA" != Yes ]; then
|
||||
do_notice "$1"
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
echo "usage: $0 distname DEINSTALL" >&2
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
||||
exit 0
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2002/05/29 14:32:55 nino Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2003/10/16 16:55:10 marcm Exp $
|
||||
bin/oaf-client
|
||||
bin/oaf-config
|
||||
bin/oaf-empty-server
|
||||
@ -129,3 +129,6 @@ share/oaf/empty.oafinfo
|
||||
@dirrm share/examples/oaf
|
||||
@comment @dirrm share/aclocal
|
||||
@dirrm include/liboaf
|
||||
@cwd ${SYSCONFDIR}
|
||||
@extra oaf/oaf-config.xml
|
||||
@extra oaf/
|
||||
|
@ -1,21 +1,45 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $OpenBSD: DEINSTALL,v 1.2 2002/09/15 15:57:41 marcm Exp $
|
||||
# $OpenBSD: DEINSTALL,v 1.3 2003/10/16 16:55:11 marcm Exp $
|
||||
#
|
||||
|
||||
set -e
|
||||
PATH=/bin:/usr/bin:/sbin:/usr/sbin
|
||||
|
||||
echo
|
||||
echo "+--------------- $1"
|
||||
echo "| To completly remove $1 from your system you should also"
|
||||
echo "| remove the configuration directory:"
|
||||
echo "|"
|
||||
echo "| /var/db/gnome/gnome-print"
|
||||
echo "|"
|
||||
echo "| If you are planning on installing $1 again in the future"
|
||||
echo "| you can leave it as it is."
|
||||
echo "+--------------- $1"
|
||||
echo
|
||||
do_notice()
|
||||
{
|
||||
echo
|
||||
echo "+--------------- $1"
|
||||
echo "| To completly remove $1 from your system you should also"
|
||||
echo "| remove the configuration directory:"
|
||||
echo "|"
|
||||
echo "| /var/db/gnome/gnome-print"
|
||||
echo "|"
|
||||
echo "| If you are planning on installing $1 again in the future"
|
||||
echo "| you can leave it as it is."
|
||||
echo "+--------------- $1"
|
||||
echo
|
||||
}
|
||||
|
||||
# Verify proper execution
|
||||
#
|
||||
if [ $# -ne 2 ]; then
|
||||
echo "usage: $0 distname DEINSTALL" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Verify/process the command
|
||||
#
|
||||
case $2 in
|
||||
DEINSTALL)
|
||||
if [ "$PKG_DELETE_EXTRA" != Yes ]; then
|
||||
do_notice "$1"
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
echo "usage: $0 distname DEINSTALL" >&2
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
||||
exit 0
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2002/09/15 15:57:41 marcm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2003/10/16 16:55:11 marcm Exp $
|
||||
bin/gnome-font-install
|
||||
include/gnome-1.0/libgnomeprint/gnome-font-dialog.h
|
||||
include/gnome-1.0/libgnomeprint/gnome-font-face-private.h
|
||||
@ -84,3 +84,6 @@ share/gnome/fonts/defaults.fontmap
|
||||
@comment @dirrm share/fonts
|
||||
@dirrm include/gnome-1.0/libgnomeprint
|
||||
@exec %D/bin/gnome-font-install --smart
|
||||
@cwd /var/db
|
||||
@extraunexec rm -rf %D/gnome/gnome-print
|
||||
@extraunexec rmdir %D/gnome 2>/dev/null || true
|
||||
|
@ -1,11 +1,13 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $OpenBSD: DEINSTALL,v 1.3 2002/02/15 19:11:16 nino Exp $
|
||||
# $OpenBSD: DEINSTALL,v 1.4 2003/10/16 16:55:11 marcm Exp $
|
||||
#
|
||||
|
||||
set -e
|
||||
PATH=/bin:/usr/bin:/sbin:/usr/sbin
|
||||
|
||||
do_notice()
|
||||
{
|
||||
echo
|
||||
echo "+--------------- $1"
|
||||
echo "| To really remove $1 from your system you should also"
|
||||
@ -22,5 +24,27 @@ PATH=/bin:/usr/bin:/sbin:/usr/sbin
|
||||
done
|
||||
echo "+--------------- $1"
|
||||
echo
|
||||
}
|
||||
|
||||
# Verify proper execution
|
||||
#
|
||||
if [ $# -ne 2 ]; then
|
||||
echo "usage: $0 distname DEINSTALL" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Verify/process the command
|
||||
#
|
||||
case $2 in
|
||||
DEINSTALL)
|
||||
if [ "$PKG_DELETE_EXTRA" != Yes ]; then
|
||||
do_notice "$1"
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
echo "usage: $0 distname DEINSTALL" >&2
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
||||
exit 0
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.7 2003/03/28 07:36:48 marcm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.8 2003/10/16 16:55:11 marcm Exp $
|
||||
bin/gnome-vfs-config
|
||||
include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-application-registry.h
|
||||
include/gnome-vfs-1.0/libgnomevfs/gnome-vfs-async-ops.h
|
||||
@ -111,3 +111,7 @@ share/examples/gnome-vfs/vfs/modules/default-modules.conf
|
||||
@dirrm include/gnome-vfs-1.0
|
||||
@comment @exec mkdir -p %D/doc
|
||||
@comment @dirrm doc
|
||||
@cwd ${SYSCONFDIR}
|
||||
@extra vfs/modules/default-modules.conf
|
||||
@extra vfs/modules/
|
||||
@extra vfs/
|
||||
|
Loading…
Reference in New Issue
Block a user