diff options
Diffstat (limited to 'kexi/debian/kexi.postrm')
-rw-r--r-- | kexi/debian/kexi.postrm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/kexi/debian/kexi.postrm b/kexi/debian/kexi.postrm new file mode 100644 index 00000000..edd1e987 --- /dev/null +++ b/kexi/debian/kexi.postrm @@ -0,0 +1,9 @@ +#!/bin/sh + +if [ "$1" = "remove" ] +then + ldconfig +fi + +#DEBHELPER# + |