Update debian files
[indicator-keyboard-led.git] / debian / postrm
CommitLineData
e21d3d38
AIL
1#!/bin/sh -e
2
ce3d245f
AIL
3if [ -e /usr/share/applications/indicator-keyboard-led.desktop ]; then
4 rm /usr/share/applications/indicator-keyboard-led.desktop
5fi
6if [ -e /etc/xdg/autostart/indicator-keyboard-led.desktop ]; then
7 rm /etc/xdg/autostart/indicator-keyboard-led.desktop
8fi
9
e21d3d38
AIL
10if [ "$1" = "purge" -a -e /usr/share/debconf/confmodule ]; then
11 . /usr/share/debconf/confmodule
12 db_purge
13fi