Create debian/* for .deb packaging
[indicator-keyboard-led.git] / debian / postrm
CommitLineData
e21d3d38
AIL
1#!/bin/sh -e
2
3if [ "$1" = "purge" -a -e /usr/share/debconf/confmodule ]; then
4 . /usr/share/debconf/confmodule
5 db_purge
6fi