View Single Post
Posts: 85 | Thanked: 178 times | Joined on Apr 2012 @ Finland
#137
Originally Posted by thedead1440 View Post
kebbana what does your postinst file contain?

I think its the following:

Code:
#!/bin/sh

gconftool -s --type string /meegotouch/theme/name blanco
If so you can remove the postinst step as it isn't needed...
It is

Code:
#!/bin/sh

ln -s /opt/meegotouchtheme-example/share/themes/example /usr/share/themes/example
So if I just remove this all It should work? Can I remove the whole file?