http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10942 --- Comment #3 from Robin Sheat <robin@catalyst.net.nz> --- 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.