summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-07-14 13:04:47 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-07-14 13:06:06 (EDT)
commit38549b307fc0901801615d5046526e4438fc681c (patch)
treeea7815fb317e6c41ed9300b459eafeb2cabbba14
parentc2c7669fcd527a9fc84a0600504679d84cfe3319 (diff)
kernel-postinst.sh: Always exit with status 0
-rw-r--r--kernel-postinst.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel-postinst.sh b/kernel-postinst.sh
index d0dba01..5a996aa 100644
--- a/kernel-postinst.sh
+++ b/kernel-postinst.sh
@@ -1,3 +1,4 @@
#!/bin/sh
install-lilo
+exit 0