aboutsummaryrefslogtreecommitdiff
path: root/debian/boca-autojudge.postinst
blob: 274e73b197c56a2fd5446e4530941831ee07e245 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash
set -e

chmod 4555 /usr/bin/safeexec
chmod 700 /usr/sbin/boca-createjail
chmod 700 /usr/sbin/boca-autojudge

# dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts.

#DEBHELPER#

exit 0