[Pkg-mysql-commits] r1580 - mysql-proxy/trunk/debian
Norbert Tretkowski
nobse at alioth.debian.org
Sat Apr 25 10:14:30 UTC 2009
Author: nobse
Date: 2009-04-25 10:14:30 +0000 (Sat, 25 Apr 2009)
New Revision: 1580
Modified:
mysql-proxy/trunk/debian/postrm
Log:
Only when removing package.
Modified: mysql-proxy/trunk/debian/postrm
===================================================================
--- mysql-proxy/trunk/debian/postrm 2009-04-25 10:08:48 UTC (rev 1579)
+++ mysql-proxy/trunk/debian/postrm 2009-04-25 10:14:30 UTC (rev 1580)
@@ -1,6 +1,11 @@
#! /bin/sh
-ldconfig
+case "$1" in
+ remove)
+ ldconfig
+ ;;
+esac
+
#DEBHELPER#
exit 0
More information about the Pkg-mysql-commits
mailing list