From d4a7ca5065239f7f8fc79f7611a705260b3f7f94 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Sat, 14 Dec 2019 10:48:42 -0300 Subject: [PATCH] recipes: boot/perp: re-create .control symlink on post-install --- recipes/boot/perp/post-install | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 recipes/boot/perp/post-install diff --git a/recipes/boot/perp/post-install b/recipes/boot/perp/post-install new file mode 100644 index 00000000..11d40a66 --- /dev/null +++ b/recipes/boot/perp/post-install @@ -0,0 +1,7 @@ + +# Re-create .control symlink +cd etc/perp && { + rm -f .control + ln -sf /var/run/perp .control +} + -- 2.11.4.GIT