void-packages/srcpkgs/lilo/files/kernel.d/lilo.post-remove

13 lines
193 B
Plaintext
Raw Normal View History

2015-02-14 16:57:45 +01:00
#!/bin/sh
#
# Kernel hook for LILO.
#
# Arguments passed to this script: $1 pkgname, $2 version.
#
[ -x "$(command -v lilo)" ] || \
return 0
2015-02-14 16:57:45 +01:00
# Do not abort in case of an error.
lilo || true