aboutsummaryrefslogtreecommitdiff
path: root/tools/XBMCLive/USplashThemes/debian/usplash-theme-xbmc-spinner-black-silver.postrm
blob: 59c5b89af5b9bb398f5888a384b0e30683edb16d (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

#DEBHELPER#

if [ "$1" = remove ]; then
    update-initramfs -u
fi