sortix--sortix/debsrc/DEBIAN/postrm

4 lines
64 B
Plaintext
Raw Normal View History

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