Codebase list invaders / 5cbbff9
Import Debian changes 1.0.0-7 invaders (1.0.0-7) unstable; urgency=low * debian/postinst: + Remove forgotten config file `/etc/grub.d/20_invaders' before running update-grub2. Fabian Greffrath authored 16 years ago Fabian Greffrath committed 4 years ago
2 changed file(s) with 10 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 invaders (1.0.0-7) unstable; urgency=low
1
2 * debian/postinst:
3 + Remove forgotten config file `/etc/grub.d/20_invaders'
4 before running update-grub2.
5
6 -- Fabian Greffrath <fabian@debian-unofficial.org> Sun, 10 Feb 2008 15:30:00 +0100
7
08 invaders (1.0.0-6) unstable; urgency=low
19
210 * debian/control:
00 #!/bin/sh
11
22 set -e
3
4 rm -f /etc/grub.d/20_invaders
35
46 if [ "$1" = "configure" ] && [ -x "`which update-grub2 2>/dev/null`" ]; then
57 update-grub2