summarylogtreecommitdiffstats
path: root/ion-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'ion-git.install')
-rw-r--r--ion-git.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/ion-git.install b/ion-git.install
deleted file mode 100644
index 5113df6f145e..000000000000
--- a/ion-git.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- grep -qe '^/usr/bin/ion$' etc/shells || echo '/usr/bin/ion' >> etc/shells
-}
-
-post_upgrade() {
- post_install
-}
-
-pre_remove() {
- sed -ri '\|^/usr/bin/ion$|d' etc/shells
-}
-
-# vim:set ts=2 sw=2 et: