http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10942
--- Comment #3 from Robin Sheat <[email protected]> --- Comment on attachment 21459 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=21459 Bug 10942: Provide a way for package upgrades to update template translations Review of attachment 21459: --> (http://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=10942&attachment=21459) ----------------------------------------------------------------- This is a good approach. ::: debian/koha-common.postinst @@ +13,5 @@ > + . /etc/default/$NAME > +elif [ -r /etc/sysconfig/$NAME ]; then > + # RedHat / SuSE > + . /etc/sysconfig/$NAME > +fi Probably don't need to be so cross-platform in debian/*.postint, though not likely to hurt anything. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
