summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFaule Socke2015-11-11 09:58:19 +0100
committerFaule Socke2015-11-11 09:58:19 +0100
commitb1c7e737677f7a4f5b947b7473bd5a6f77656737 (patch)
tree26333baa710e28998871bc2e6e1d78c55f0abda5
parent92d6b7b4764cd0ce146c7c592c30ede140c3f8d8 (diff)
downloadaur-b1c7e737677f7a4f5b947b7473bd5a6f77656737.tar.gz
minor fixes in install file
-rw-r--r--install5
1 files changed, 1 insertions, 4 deletions
diff --git a/install b/install
index 35bac7a49357..f4a2170b6b47 100644
--- a/install
+++ b/install
@@ -3,14 +3,11 @@ post_install() {
To use this hook add it to the HOOKS array in your /etc/mkinitcpio.conf.
HELPEOF
- mkinitcpio -H multiencrypt
+ mkinitcpio -H multiencrypt || true
}
post_upgrade() {
post_install "$1"
}
-pre_remove() {
-}
-
# vim:set ts=4 sw=4 et: