diff --git a/network/chat/telegram-desktop/actions.py b/network/chat/telegram-desktop/actions.py index c60488c1d3..44b89651c9 100644 --- a/network/chat/telegram-desktop/actions.py +++ b/network/chat/telegram-desktop/actions.py @@ -13,6 +13,7 @@ from pisi.actionsapi import get def setup(): + shelltools.system("rm -rf cmake/external/glib/cppgir/expected-lite") shelltools.copy("../expected-lite-*/*", "cmake/external/glib/cppgir/expected-lite") shelltools.copy("../cppgir-*/*", "cmake/external/glib/cppgir")