pantheon-terminal: remove unnecessary workaround for

meson.add_install_script

resolves void-linux/void-packages#2325
This commit is contained in:
maxice8 2018-09-02 16:31:37 -03:00
parent 1503fda95a
commit 1792004b71
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -14,10 +14,3 @@ license="LGPL-3.0-only"
homepage="https://github.com/elementary/terminal"
distfiles="https://github.com/elementary/terminal/archive/${version}.tar.gz"
checksum=d4c2275fb7c0609bc9e642313751c8ea2f317d8744715683d6d2f86f3513fe81
pre_configure() {
# Remove post-install script that run glib-compile-schemas
# we do this with a trigger
rm -rf meson
sed -i '/meson.add_install_script/d' meson.build
}