summarylogtreecommitdiffstats
path: root/fry-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'fry-git.install')
-rw-r--r--fry-git.install24
1 files changed, 0 insertions, 24 deletions
diff --git a/fry-git.install b/fry-git.install
deleted file mode 100644
index 824bc95b2e77..000000000000
--- a/fry-git.install
+++ /dev/null
@@ -1,24 +0,0 @@
-post_install() {
- printf "
-To begin using fry, add the following to your ~/.config/fish/config.fish
-or similar depending on your shell setup preference:
-
- echo '. /usr/share/fish/fry.fish' >> ~/.config/fish/config.fish
-
-Further information can be found at the project homepage.
-"
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- printf "
-Don't forget to remove/comment out the lines from fish's config file:
-
- ~/.config/fish/config.fish
-
-Further information can be found at the project homepage.
-"
-}