aboutsummaryrefslogtreecommitdiffstats
path: root/shells/sash/pkg-plist
diff options
context:
space:
mode:
Diffstat (limited to 'shells/sash/pkg-plist')
-rw-r--r--shells/sash/pkg-plist3
1 files changed, 3 insertions, 0 deletions
diff --git a/shells/sash/pkg-plist b/shells/sash/pkg-plist
new file mode 100644
index 000000000000..a37894153f80
--- /dev/null
+++ b/shells/sash/pkg-plist
@@ -0,0 +1,3 @@
+bin/sash
+@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