diff --git a/srcpkgs/pantheon-terminal/template b/srcpkgs/pantheon-terminal/template index 146f10075e1..0265bca3330 100644 --- a/srcpkgs/pantheon-terminal/template +++ b/srcpkgs/pantheon-terminal/template @@ -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 -}