~xnox/ubiquity/autopilot

1
2
3
4
5
6
7
8
9
10
#! /bin/sh
set -e

if [ "$1" = remove ]; then
	rm -f /usr/share/applications/oem-config-prepare-gtk.desktop
fi

#DEBHELPER#

exit 0