aboutsummaryrefslogtreecommitdiff
path: root/rc.shutdown
diff options
context:
space:
mode:
Diffstat (limited to 'rc.shutdown')
-rwxr-xr-xrc.shutdown2
1 files changed, 2 insertions, 0 deletions
diff --git a/rc.shutdown b/rc.shutdown
index fc12958..637974f 100755
--- a/rc.shutdown
+++ b/rc.shutdown
@@ -61,6 +61,8 @@ else
fi
stat_done
+run_hook shutdown_postumount
+
# Kill non-root encrypted partition mappings
if [[ -f /etc/crypttab && -n $CS ]] && grep -q ^[^#] /etc/crypttab; then
stat_busy "Deactivating encrypted volumes:"