#!/bin/sh
set -e

# After removal, update-initramfs so the removed theme isn't referenced in initrd
if command -v update-initramfs >/dev/null 2>&1; then
  update-initramfs -u -k all || true
fi

#DEBHELPER#
