From 3c009b4e012858916634a51300809b12d8752c6d Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Fri, 29 Mar 2013 12:34:13 -0300 Subject: gummiboot: adding new package to [libre] repo for rebranding --- libre/gummiboot/gummiboot.install | 11 +++++++++++ 1 file changed, 11 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..770087361 --- /dev/null +++ b/libre/gummiboot/gummiboot.install @@ -0,0 +1,11 @@ +post_install() { + echo ":: Run '/usr/bin/gummiboot install' to enable gummiboot" +} + +post_upgrade() { + /usr/bin/gummiboot update +} + +pre_remove() { + /usr/bin/gummiboot remove +} -- cgit v1.2.3