From fcce4e670cd2d81990b3f50e8a682b44d40a73cc Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Tue, 2 Sep 2014 06:41:22 -0300 Subject: remove parabola suffix and add complex pkgrel on the packages --- libre/gummiboot/gummiboot.install | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 libre/gummiboot/gummiboot.install (limited to 'libre/gummiboot/gummiboot.install') diff --git a/libre/gummiboot/gummiboot.install b/libre/gummiboot/gummiboot.install new file mode 100644 index 000000000..20861d4c8 --- /dev/null +++ b/libre/gummiboot/gummiboot.install @@ -0,0 +1,13 @@ +post_install() { + mkdir -p /boot/EFI/gummiboot + /usr/bin/gummiboot update + echo ":: Run '/usr/bin/gummiboot install' to make gummiboot your default bootloader" +} + +post_upgrade() { + /usr/bin/gummiboot update +} + +pre_remove() { + /usr/bin/gummiboot remove +} -- cgit v1.2.3