]> git.donarmstrong.com Git - neurodebian.git/blob - debian/neurodebian-desktop.prerm
ENH: added an explicit question (and even a warning note) to debconf of neurodebian...
[neurodebian.git] / debian / neurodebian-desktop.prerm
1 #!/bin/sh -e
2
3 #DEBHELPER#
4
5 if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]; then
6     # remove background alternatives
7     update-alternatives --remove desktop-background \
8         /usr/share/backgrounds/neurodebian.png
9
10     # icons
11     update-alternatives --remove start-here.svg \
12         /usr/share/pixmaps/neurodebian.svg
13 fi