summaryrefslogtreecommitdiff
path: root/libre/gummiboot/gummiboot.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-03-29 12:34:13 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-03-29 12:34:13 -0300
commit3c009b4e012858916634a51300809b12d8752c6d (patch)
tree5170ae6a3c188fadcbd4d99ad635d367462ae589 /libre/gummiboot/gummiboot.install
parent5e299e28beecda2ab3e1fe571e117a261cbbbb94 (diff)
downloadabslibre-3c009b4e012858916634a51300809b12d8752c6d.tar.gz
abslibre-3c009b4e012858916634a51300809b12d8752c6d.tar.bz2
abslibre-3c009b4e012858916634a51300809b12d8752c6d.zip
gummiboot: adding new package to [libre] repo for rebranding
Diffstat (limited to 'libre/gummiboot/gummiboot.install')
-rw-r--r--libre/gummiboot/gummiboot.install11
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
+}