mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 20:25:28 +03:00
6 lines
101 B
Bash
6 lines
101 B
Bash
#!/bin/sh
|
|
|
|
xmlcatalog --noout --del \
|
|
/usr/share/xml/libglade/glade-2.0.dtd etc/xml/catalog
|
|
|
|
exit 0
|