The Following User Says Thank You to yankeesfan4988 For This Useful Post: | ||
![]() |
2006-12-31
, 17:44
|
|
Posts: 919 |
Thanked: 37 times |
Joined on Aug 2006
@ /dev/null
|
#2
|
Hey guys i for some odd reason i got bored and i downloaded this game that was called "hello world GTK" once i loaded it up and realized it didnt do anything i uninstall it. The 770 said it was successfully uninstall but when i went into the folder it was still there. How in the world do i get rid of it if it said it was already uninstall.
Thanks
The Following User Says Thank You to SeRi@lDiE For This Useful Post: | ||
![]() |
2008-01-15
, 09:54
|
Posts: 143 |
Thanked: 13 times |
Joined on Aug 2007
|
#4
|
The Following User Says Thank You to miind For This Useful Post: | ||
![]() |
2008-04-20
, 17:45
|
Posts: 21 |
Thanked: 5 times |
Joined on Feb 2008
@ Germany
|
#5
|
#!/bin/sh #Remove the desktop entries from the configuration files home_data="hello-world-home.desktop" sb_data="hello-world-sb.desktop" tn_data="hello-world-tn.desktop" path="/etc/hildon-desktop" home_conf="home.conf" sb_conf="statusbar.conf" tn_conf="tasknavigator.conf" sed "/$home_data/d" $path/$home_conf > home_conf.tmp mv home_conf.tmp $path/$home_conf sed "/$sb_data/d" $path/$sb_conf > sb_conf.tmp mv sb_conf.tmp $path/$sb_conf sed "/$tn_data/d" $path/$tn_conf > tn_conf.tmp mv tn_conf.tmp $path/$tn_conf
The Following 2 Users Say Thank You to sommerfee For This Useful Post: | ||
![]() |
Tags |
hello world, maemo 4 |
|
Thanks