aboutsummaryrefslogtreecommitdiffstats
path: root/shells/mudsh/pkg-plist
diff options
context:
space:
mode:
Diffstat (limited to 'shells/mudsh/pkg-plist')
-rw-r--r--shells/mudsh/pkg-plist3
1 files changed, 0 insertions, 3 deletions
diff --git a/shells/mudsh/pkg-plist b/shells/mudsh/pkg-plist
deleted file mode 100644
index e8964c6c081..00000000000
--- a/shells/mudsh/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-bin/mudsh
-@exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells
-@unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells