JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr#!/bin/sh set -e case "$1" in remove|purge) dpkg-trigger update-initramfs;; *) exit 0;; esac exit 0 # vi: ts=4 noexpandtab