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
+2
View File
@@ -0,0 +1,2 @@
/home/user/MyDocs/wagic/Res/
/home/user/wagic/Res/
+5 -7
View File
@@ -1,8 +1,6 @@
wagic (0.14.0maemo0) unstable; urgency=low wagic (0.14.1maemo0) unstable; urgency=low
* Touch interface * Fixed crashes in the touch interface
* Usage of the volume buttons to go to next phase and interrupt * Changed the installation mechanism to be able to work while the FAT partition is mounted
* CPU load improvements * wagic 0.14.1
* Fixed upgrade -- Xawotihs <xawotihs@gmail.com> Wed, 29 Dec 2010 14:11:42 +0200
* wagic 0.14.0
-- Xawotihs <xawotihs@gmail.com> Sun, 12 Dec 2010 14:11:42 +0200
+3 -3
View File
@@ -1,11 +1,11 @@
#!/bin/sh -e #!/bin/sh -e
chmod +x /opt/wagic/wagic chmod +x /opt/wagic/wagic
if grep -q /home/user/MyDocs /proc/mounts; then
mkdir -p /home/user/MyDocs/wagic mkdir -p /home/user/MyDocs/wagic
mkdir -p /home/user/MyDocs/wagic/Res mkdir -p /home/user/MyDocs/wagic/Res
cp -rf /opt/wagic/ResInst/* /home/user/MyDocs/wagic/Res cp -rf /home/user/wagic/Res/* /home/user/MyDocs/wagic/Res
rm -rf /opt/wagic/ResInst fi
ln -s /home/user/MyDocs/wagic/Res /opt/wagic/Res
gtk-update-icon-cache -f /usr/share/icons/hicolor gtk-update-icon-cache -f /usr/share/icons/hicolor
exit 0 exit 0