From: Romain Beauxis Date: Mon, 26 Mar 2007 00:24:04 +0000 (+0000) Subject: Ultimate fixs.. X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0b51ae968648474d5cab705df9e3084e2d4a73b2;p=roundcube.git Ultimate fixs.. --- diff --git a/debian/postrm b/debian/postrm index 70292d3..9159d97 100644 --- a/debian/postrm +++ b/debian/postrm @@ -61,7 +61,7 @@ case "$1" in fi rm -f /etc/roundcube/main.inc.php rm -rf /var/log/roundcube - rm -rf /var/lib/roundcube/temp + rm -rf /var/lib/roundcube ;; *) echo "postrm called with unknown argument \`$1'" >&2 diff --git a/debian/rules b/debian/rules index fb07457..61bb9ec 100755 --- a/debian/rules +++ b/debian/rules @@ -15,8 +15,6 @@ binary-install/roundcube:: rm -rf $(CURDIR)/debian/roundcube/usr/share/roundcube/program/lib/Mail rm -rf $(CURDIR)/debian/roundcube/usr/share/roundcube/program/lib/Net rm -rf $(CURDIR)/debian/roundcube/usr/share/roundcube/program/lib/PEAR.php - # Removing non-licensed des.inc - rm -rf $(CURDIR)/debian/roundcube/usr/share/roundcube/program/lib/des.inc # Symlink all that is in /usr/share/roundcube to /var/lib/roundcube find debian/roundcube/usr/share/roundcube -maxdepth 1 -mindepth 1 | \ while read i; do \ @@ -40,5 +38,5 @@ binary-install/roundcube:: chmod -x $(CURDIR)/debian/roundcube/var/lib/roundcube/skins/default/googiespell.css chmod -x $(CURDIR)/debian/roundcube/usr/share/roundcube/program/js/googiespell.js -cleanbuilddir/roundcube:: +clean:: debconf-updatepo