Updated maemo packaging files for 0.14.1 release
This commit is contained in:
2
projects/mtg/debian/Res.txt
Normal file
2
projects/mtg/debian/Res.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
/home/user/MyDocs/wagic/Res/
|
||||
/home/user/wagic/Res/
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user