summarylogtreecommitdiffstats
path: root/ion-git.install
diff options
context:
space:
mode:
authorxiota2024-04-30 06:42:04 +0000
committerxiota2024-04-30 06:42:04 +0000
commitcc2d66c8d11050c0c081f411dc30e21cbe52513a (patch)
tree003f6b83f31a200c4a5034ea5ab5f22921515918 /ion-git.install
parent745a276eae60f658f1dc729f7b359553413c3d8f (diff)
downloadaur-ion-git.tar.gz
r2191.85452cfa
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: