aboutsummaryrefslogtreecommitdiff
path: root/debian/boca-autojudge.postinst
diff options
context:
space:
mode:
authorBruno Cesar Ribas <bcribas@users.noreply.github.com>2023-03-04 11:36:49 +0000
committerGitHub <noreply@github.com>2023-03-04 11:36:49 +0000
commit7715b58718738dbe77e83daa24575ded16a2d4b9 (patch)
treeb91c2f97418efc521508328f593d02263458bfb9 /debian/boca-autojudge.postinst
parent11520ed4482a4dbf3540daef90d6404d4460b6c1 (diff)
parent818abd88d819c860e95e8e8f34bf4bbcd13966c1 (diff)
downloadboca-7715b58718738dbe77e83daa24575ded16a2d4b9.tar.gz
boca-7715b58718738dbe77e83daa24575ded16a2d4b9.zip
Merge pull request #21 from DaviAntonio/migrate-to-jammy
Migrate to jammy and release version 1.5.16
Diffstat (limited to 'debian/boca-autojudge.postinst')
-rw-r--r--debian/boca-autojudge.postinst10
1 files changed, 8 insertions, 2 deletions
diff --git a/debian/boca-autojudge.postinst b/debian/boca-autojudge.postinst
index 06fa222..274e73b 100644
--- a/debian/boca-autojudge.postinst
+++ b/debian/boca-autojudge.postinst
@@ -1,7 +1,13 @@
#!/bin/bash
+set -e
-chmod 4555 /usr/bin/safeexec
-chmod 700 /usr/sbin/boca-createjail
+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