mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 11:20:12 +00:00
9 lines
134 B
Bash
9 lines
134 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
install-info --quiet --remove gtk
|
|
install-info --quiet --remove glib
|
|
install-info --quiet --remove gdk
|
|
|
|
#DEBHELPER#
|