First Commit
This commit is contained in:
16
debian/grub-btrfs.postrm
vendored
Normal file
16
debian/grub-btrfs.postrm
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
#!/bin/sh
|
||||
# see: dh_installdeb(1)
|
||||
|
||||
set -e
|
||||
|
||||
case "$1" in
|
||||
purge)
|
||||
if command -v update-grub >/dev/null; then
|
||||
update-grub
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
||||
#DEBHELPER#
|
||||
|
||||
# vim:set et ts=4 sw=4:
|
||||
Reference in New Issue
Block a user