[Pkg-owncloud-commits] [owncloud] 01/02: Drop useless purge fallback

David Prévot taffit at moszumanska.debian.org
Sun Jul 20 19:26:11 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit b224d07a4982ee180609647544a24d4c0dd610c5
Author: David Prévot <taffit at debian.org>
Date:   Sun Jul 20 15:23:16 2014 -0400

    Drop useless purge fallback
    
    Git-Dch: Ignore
---
 debian/postrm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/postrm b/debian/postrm
index 26bbc43..fddc262 100644
--- a/debian/postrm
+++ b/debian/postrm
@@ -19,7 +19,7 @@ case "$1" in
 	fi
     ;;
 
-    purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
+    remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
     ;;
 
     *)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list