Skip to content
Snippets Groups Projects
Commit f5c5d8fc authored by David Trudgian's avatar David Trudgian
Browse files

Fix apache2 package-helper for etiona

This adds the md5sum for index.html into the check that is now done in the
debian apache2.postrm script.
parent 4ae9e72d
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
VERSION=2 VERSION=3
. ./config . ./config
...@@ -29,6 +29,9 @@ replace ubuntu-logo trisquel-logo . ...@@ -29,6 +29,9 @@ replace ubuntu-logo trisquel-logo .
# Make the banner be Trisquel GNU/Linux instead of just Trisquel # Make the banner be Trisquel GNU/Linux instead of just Trisquel
sed '/^LSB_RELEASE/s/$/_GNU\/Linux/' -i debian/rules sed '/^LSB_RELEASE/s/$/_GNU\/Linux/' -i debian/rules
# Modify the postrm so it picks up the new index.html md5sum as valid
sed '/grep -q "$MD5" <<- EOF/a \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 4dd1085714a2189c372be3e34b7d6c48' -i debian/apache2.postrm
changelog "Compiled for Trisquel" changelog "Compiled for Trisquel"
compile compile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment