diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-05-02 06:21:32 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-05-02 06:21:32 +0000 |
commit | 0c7345a551feec6fc5b1e156612ab43382734cf7 (patch) | |
tree | 1f709a513a1a13a0e77d49a7d765a0a83d179167 /main/sems/sems.post-install | |
parent | df747d4c71238ae72b98ae3e46fd64098a049836 (diff) | |
download | aports-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-install | 6 |
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 cd800bdcd6..0000000000 --- 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 |