summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/libglade/glade.install
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core-testing/libglade/glade.install')
-rw-r--r--abs/core-testing/libglade/glade.install25
1 files changed, 0 insertions, 25 deletions
diff --git a/abs/core-testing/libglade/glade.install b/abs/core-testing/libglade/glade.install
deleted file mode 100644
index a7f05c5..0000000
--- a/abs/core-testing/libglade/glade.install
+++ /dev/null
@@ -1,25 +0,0 @@
-post_install() {
- if [ ! -d etc/xml ]; then
- mkdir -p etc/xml
- fi
- if [ ! -e etc/xml/catalog ]; then
- xmlcatalog --noout --create etc/xml/catalog
- fi
- xmlcatalog --noout --add "system" \
- "http://glade.gnome.org/glade-2.0.dtd" \
- /usr/share/xml/libglade/glade-2.0.dtd etc/xml/catalog
-}
-
-pre_upgrade() {
- post_remove
-}
-
-post_upgrade() {
- post_install $1
-}
-
-# arg 1: the old package version
-post_remove() {
- xmlcatalog --noout --del \
- /usr/share/xml/libglade/glade-2.0.dtd etc/xml/catalog
-}