summarylogtreecommitdiffstats
path: root/shadow-tech.install
diff options
context:
space:
mode:
Diffstat (limited to 'shadow-tech.install')
-rw-r--r--shadow-tech.install8
1 files changed, 0 insertions, 8 deletions
diff --git a/shadow-tech.install b/shadow-tech.install
index 180055564bb1..698694b3e944 100644
--- a/shadow-tech.install
+++ b/shadow-tech.install
@@ -1,7 +1,3 @@
-post_install() {
- ln -sf '/opt/Shadow/shadow' '/usr/bin/shadow'
-}
-
post_remove() {
# Remove configuration
for user in `ls /home`
@@ -18,7 +14,3 @@ pre_upgrade(){
rm -r "/opt/Shadow"
fi
}
-
-post_upgrade(){
- post_install
-}