#!/bin/sh

if [ "$1" = "post" ]; then
    /usr/sbin/storage-fixup
fi
