summaryrefslogtreecommitdiffstats
path: root/main/sems/sems.post-install
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-05-02 06:21:32 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-05-02 06:21:32 +0000
commit0c7345a551feec6fc5b1e156612ab43382734cf7 (patch)
tree1f709a513a1a13a0e77d49a7d765a0a83d179167 /main/sems/sems.post-install
parentdf747d4c71238ae72b98ae3e46fd64098a049836 (diff)
downloadaports-0c7345a551feec6fc5b1e156612ab43382734cf7.tar.bz2
aports-0c7345a551feec6fc5b1e156612ab43382734cf7.tar.xz
main/sems: upgrade to 1.4.0 (moved from testing)
Diffstat (limited to 'main/sems/sems.post-install')
-rw-r--r--main/sems/sems.post-install6
1 files changed, 0 insertions, 6 deletions
diff --git a/main/sems/sems.post-install b/main/sems/sems.post-install
deleted file mode 100644
index cd800bdcd..000000000
--- a/main/sems/sems.post-install
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-mkdir -p /var/run/sems 2>/dev/null
-chown -R sems:sems /var/run/sems 2>/dev/null
-chgrp sems /etc/sems/sems.cfg 2>/dev/null
-exit 0