sortix-mirror/debsrc/DEBIAN/postrm

4 lines
64 B
Bash
Executable File

#!/bin/sh
set -e
if [ "$1" != "upgrade" ]; then update-grub; fi