]> git.donarmstrong.com Git - neurodebian.git/blob - debian/neurodebian-desktop.prerm
popcon: cleanup **only** when upgrading from older version of the neurodebian-popcon
[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