sortix-mirror/debsrc/DEBIAN/postrm

4 lines
64 B
Plaintext
Raw Normal View History

2011-08-05 12:25:00 +00:00
#!/bin/sh
set -e
if [ "$1" != "upgrade" ]; then update-grub; fi