From 02530b206525a53e4db4b724d3003b10cd20605e Mon Sep 17 00:00:00 2001 From: Sakari Poussa Date: Sat, 31 Oct 2009 09:05:25 +0200 Subject: [PATCH] Change data directory to rw in debian postinst Updated club file --- data/club.xml | 344 +++++++++++++++++++++++++++---------------------------- debian/postinst | 2 +- 2 files changed, 173 insertions(+), 173 deletions(-) diff --git a/data/club.xml b/data/club.xml index fdd550c..6dec788 100644 --- a/data/club.xml +++ b/data/club.xml @@ -1,174 +1,174 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/debian/postinst b/debian/postinst index 79fb6dd..b67010c 100644 --- a/debian/postinst +++ b/debian/postinst @@ -1,5 +1,5 @@ #!/bin/sh -e gtk-update-icon-cache -f /usr/share/icons/hicolor - +chmod 777 /opt/scorecard/data exit 0 -- 1.7.9.5