mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 00:30:08 +00:00
8 lines
99 B
Plaintext
8 lines
99 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
install-info --quiet --remove gtk
|
||
|
install-info --quiet --remove gdk
|
||
|
|
||
|
#DEBHELPER#
|