Hi Charlie, Thanks for working on this. I have a few questions about your patch.
- #Stop and purge debconf. - db_stop || true - db_purge || true - why don't we want to do that any more? + if [ -d /usr/share/ampache ]; then + rm -rf /usr/share/ampache + rm -f /etc/apache2/conf.d/ampache + fi is /etc/apache2/conf.d/ampache a conffile? + mkdir /usr/share/ampache/www/modules/prototype + if [ ! -h /usr/share/ampache/www/modules/prototype ]; then + ln -s /usr/share/javascript/prototype/prototype.js /usr/share/ampache/www/modules/prototype/ + fi why doesn't this work if the link is in the package? I think you tried to explain this along with the patch, but I didn't get it I'm afraid. + cd $BIN + php ./migrate_config.inc can that not be called with the full pathname, instead of using "cd"? Thanks, James -- [intrepid] menu buttons don't work on main page https://bugs.launchpad.net/bugs/276945 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
