]> git.donarmstrong.com Git - roundcube.git/commitdiff
Ultimate fixs..
authorRomain Beauxis <toots@rastageeks.org>
Mon, 26 Mar 2007 00:24:04 +0000 (00:24 +0000)
committerRomain Beauxis <toots@rastageeks.org>
Mon, 26 Mar 2007 00:24:04 +0000 (00:24 +0000)
debian/postrm
debian/rules

index 70292d38918fad9eb16f5fb460d04c16f622e4fd..9159d97567af6b530494149a3babf4defebf9637 100644 (file)
@@ -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
index fb0745784990f0c0aa1224c3e170486584a9c01f..61bb9ec6a4375236fa291dde9a5c8fbd434e9ca9 100755 (executable)
@@ -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