diff options
author | prince <prince.dubey@samsung.com> | 2012-05-21 14:21:50 +0530 |
---|---|---|
committer | prince <prince.dubey@samsung.com> | 2012-05-21 14:21:50 +0530 |
commit | e940f91cc93a756fcc6dc0055d9a340976917549 (patch) | |
tree | 3f7ad8c469617c8181aabec75c76921aab65d2af | |
parent | 1e01d918014524511ffa1c114c8c8bef7225e054 (diff) | |
download | elm-misc-e940f91cc93a756fcc6dc0055d9a340976917549.tar.gz elm-misc-e940f91cc93a756fcc6dc0055d9a340976917549.tar.bz2 elm-misc-e940f91cc93a756fcc6dc0055d9a340976917549.zip |
edje.sh is added
-rwxr-xr-x | debian/elm-misc.postinst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/elm-misc.postinst b/debian/elm-misc.postinst index 2aec1a3..084e107 100755 --- a/debian/elm-misc.postinst +++ b/debian/elm-misc.postinst @@ -3,4 +3,5 @@ if [ ${USER} == "root" ] then chown root:root /etc/profile.d/elm.sh chown root:root /etc/profile.d/evas.sh + chown root:root /etc/profile.d/edje.sh fi |