Updated maemo packaging files for 0.14.1 release

This commit is contained in:
Xawotihs
2010-12-30 22:13:10 +00:00
parent cab5b973ac
commit 692be829fa
3 changed files with 12 additions and 12 deletions

View File

@@ -0,0 +1,2 @@
/home/user/MyDocs/wagic/Res/
/home/user/wagic/Res/

View File

@@ -1,8 +1,6 @@
wagic (0.14.0maemo0) unstable; urgency=low
wagic (0.14.1maemo0) unstable; urgency=low
* Touch interface
* Usage of the volume buttons to go to next phase and interrupt
* CPU load improvements
* Fixed upgrade
* wagic 0.14.0
-- Xawotihs <xawotihs@gmail.com> Sun, 12 Dec 2010 14:11:42 +0200
* Fixed crashes in the touch interface
* Changed the installation mechanism to be able to work while the FAT partition is mounted
* wagic 0.14.1
-- Xawotihs <xawotihs@gmail.com> Wed, 29 Dec 2010 14:11:42 +0200

View File

@@ -1,11 +1,11 @@
#!/bin/sh -e
chmod +x /opt/wagic/wagic
mkdir -p /home/user/MyDocs/wagic
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
if grep -q /home/user/MyDocs /proc/mounts; then
mkdir -p /home/user/MyDocs/wagic
mkdir -p /home/user/MyDocs/wagic/Res
cp -rf /home/user/wagic/Res/* /home/user/MyDocs/wagic/Res
fi
gtk-update-icon-cache -f /usr/share/icons/hicolor
exit 0