gtk3/debian/libgtk-3-0.postrm.in
Robert Ancell c39848cffc * Rename binary packages to new so naming
* debian/libgail-3-0.symbols:
* debian/libgtk-3-0.symbols:
2011-02-15 01:30:13 +00:00

18 lines
267 B
Bash

#!/bin/sh
set -e
case "$1" in
purge)
rm -rf /@CONFDIR@
;;
esac
#DEBHELPER#
if [ -d /@MODULES_BASE_PATH@/immodules ]; then
# Purge the cache
rm -f /@MODULES_BASE_PATH@/immodules.cache
rmdir -p --ignore-fail-on-non-empty /@MODULES_BASE_PATH@
fi