From ea32581676bd0f855d705d04c5fdb621fe9de705 Mon Sep 17 00:00:00 2001 From: Xawotihs Date: Mon, 18 Oct 2010 20:27:23 +0000 Subject: [PATCH] Fixed upgrade problem --- projects/mtg/debian/changelog | 5 ++--- projects/mtg/debian/postinst | 5 +++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/projects/mtg/debian/changelog b/projects/mtg/debian/changelog index 11e2e2c74..7e445903d 100644 --- a/projects/mtg/debian/changelog +++ b/projects/mtg/debian/changelog @@ -1,5 +1,4 @@ -wagic (0.13.1maemo1) unstable; urgency=low +wagic (0.13.1maemo2) unstable; urgency=low - * Fixed bitmaps downscaling problems during game - * Fixed bitmaps not appearing in deckbuilder and shop + * Touch interface -- Xawotihs Sun, 09 Oct 2010 14:11:42 +0200 diff --git a/projects/mtg/debian/postinst b/projects/mtg/debian/postinst index df93674c3..77f9985d6 100644 --- a/projects/mtg/debian/postinst +++ b/projects/mtg/debian/postinst @@ -2,8 +2,9 @@ chmod +x /opt/wagic/wagic mkdir -p /home/user/MyDocs/wagic -cp -rf /opt/wagic/Res /home/user/MyDocs/wagic -rm -rf /opt/wagic/Res +mkdir -p /home/user/MyDocs/wagic/Res +cp -rf /opt/wagic/ResInst/* /home/user/MyDocs/wagic/Res +rm -rf /opt/wagic/ResInst ln -s /home/user/MyDocs/wagic/Res /opt/wagic/Res gtk-update-icon-cache -f /usr/share/icons/hicolor