packaging: remove commented out stuff from update-pkginfo
authorMichael Adam <obnox@samba.org>
Tue, 10 Feb 2009 22:50:14 +0000 (23:50 +0100)
committerMichael Adam <obnox@samba.org>
Tue, 10 Feb 2009 23:27:35 +0000 (00:27 +0100)
Michael
(cherry picked from commit d714e58ec1f74897cd13e7cd9dd9003600052b45)

packaging/bin/update-pkginfo

index 020c773da08a80e4a439e986b0d5a978cb5e2635..6ff6312ebd8154ff181f5a8f20891625c3e8e465 100755 (executable)
@@ -14,8 +14,6 @@ if [ $# -ne 3 ]; then
     echo Usage: update-pkginfo VERSION RELEASE REVISION
     exit 1
 fi
-# PREV=`echo ${REVISION} | sed 's/[^0-9]//g'`
-# PREV="."`echo ${REVISION} | sed 's/[0-9]//g'`".${PREV}"
 
 for f in `du -a | awk '{print $2}' | grep \.tmpl$`; do
         f2=`echo $f | sed s/.tmpl//g`