diff --git a/profiles/templates/3.6/2_ac_install_merge/sys-apps/calculate-utils/profile.bashrc.d/60-fix-certgen b/profiles/templates/3.6/2_ac_install_merge/sys-apps/calculate-utils/profile.bashrc.d/60-fix-certgen new file mode 100644 index 000000000..da0836d16 --- /dev/null +++ b/profiles/templates/3.6/2_ac_install_merge/sys-apps/calculate-utils/profile.bashrc.d/60-fix-certgen @@ -0,0 +1,15 @@ +# Calculate comment=# +# vim: set syntax=sh +# +# Copyright 2014 Calculate Ltd. http://www.calculate-linux.org +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 + +if [[ ${EBUILD_PHASE} == "postinst" ]] +then + echo $RANDOM >>${T}/eclass-debug.log +fi