diff options
Diffstat (limited to 'debian/libss-client-0.postinst')
-rwxr-xr-x | debian/libss-client-0.postinst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/libss-client-0.postinst b/debian/libss-client-0.postinst new file mode 100755 index 0000000..8fb2afe --- /dev/null +++ b/debian/libss-client-0.postinst @@ -0,0 +1,8 @@ +#!/bin/sh + +#if [ ${USER} == "root" ] +#then +# chown root:root /usr/lib/libss-client.so +#fi + +#chmod 644 /usr/lib/libss-client.so |