Skip to content

Commit

Permalink
Item2219: No longer cp the cgi-bin dir around - included in the .deb
Browse files Browse the repository at this point in the history
Update changelog to generate new release .deb

git-svn-id: http://svn.foswiki.org/branches/Release01x00@5229 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
DrakeDiedrich authored and DrakeDiedrich committed Oct 7, 2009
1 parent c77b6ee commit 2653d94
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
6 changes: 6 additions & 0 deletions core/tools/pkg/debian/changelog
@@ -1,3 +1,9 @@
foswiki (1.0.7-2) unstable; urgency=high

* Remove cp of the cgi-bin dir, just package files now - Item2219

-- Drake Diedrich <dld@google.com> Wed, 07 Oct 2009 13:22:35 -0700

foswiki (1.0.7-1) stable; urgency=high

* update to foswiki 1.0.7
Expand Down
7 changes: 0 additions & 7 deletions core/tools/pkg/debian/postinst
Expand Up @@ -133,13 +133,6 @@ case "$1" in
fi
fi

#remove the /usr/lib/cgi-bin/foswiki dir
if [ -d /usr/lib/cgi-bin/foswiki/ ]; then
echo removing /usr/lib/cgi-bin/foswiki to /tmp/foswiki_DELETE
cp -r /usr/lib/cgi-bin/foswiki/* /var/lib/foswiki/bin
mv /usr/lib/cgi-bin/foswiki /tmp/foswiki_DELETE
fi

#create securer-foswiki session dir
if [ ! -e /var/lib/foswiki/working ]; then
mkdir /var/lib/foswiki/working
Expand Down

0 comments on commit 2653d94

Please sign in to comment.