diff options
author | root <root@rshg054.dnsready.net> | 2013-03-30 00:06:23 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-03-30 00:06:23 -0700 |
commit | ec8ec85d765aa7c0826e20196c70e20e0e4e7169 (patch) | |
tree | 2a5b68f74fcd33ac18c8908d110554353d9fb0dc /libre/gummiboot/gummiboot.install | |
parent | 236f7ce9638c79b9ff594552540f3f5a2cbd8703 (diff) |
Sat Mar 30 00:06:23 PDT 2013
Diffstat (limited to 'libre/gummiboot/gummiboot.install')
-rw-r--r-- | libre/gummiboot/gummiboot.install | 11 |
1 files changed, 11 insertions, 0 deletions
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 +} |