summaryrefslogtreecommitdiff
path: root/libre/gummiboot/gummiboot.install
blob: 770087361971d041f6191b03322ce6d477eb551b (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
	echo ":: Run '/usr/bin/gummiboot install' to enable gummiboot"
}

post_upgrade() {
	/usr/bin/gummiboot update
}

pre_remove() {
	/usr/bin/gummiboot remove
}