diff options
author | Kiyoshi Aman <kiyoshi.aman+apkfission@gmail.com> | 2018-07-26 19:17:02 -0500 |
---|---|---|
committer | Kiyoshi Aman <kiyoshi.aman+apkfission@gmail.com> | 2018-07-26 19:17:02 -0500 |
commit | 24ebc6cd6abc690877dedf82800bceb7eafcc82c (patch) | |
tree | d78b91bffc5fe61ab94427ad3d2d9e1c91da85c2 /user/fish/fish.pre-deinstall | |
parent | 7200f8b6ddc2551b04dd27afc3e03cc1129c62c8 (diff) | |
download | packages-24ebc6cd6abc690877dedf82800bceb7eafcc82c.tar.gz packages-24ebc6cd6abc690877dedf82800bceb7eafcc82c.tar.bz2 packages-24ebc6cd6abc690877dedf82800bceb7eafcc82c.tar.xz packages-24ebc6cd6abc690877dedf82800bceb7eafcc82c.zip |
user/fish: pull in, take, modernise
Diffstat (limited to 'user/fish/fish.pre-deinstall')
-rw-r--r-- | user/fish/fish.pre-deinstall | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/user/fish/fish.pre-deinstall b/user/fish/fish.pre-deinstall new file mode 100644 index 000000000..57411237f --- /dev/null +++ b/user/fish/fish.pre-deinstall @@ -0,0 +1,3 @@ +#!/bin/sh +remove-shell '/usr/bin/fish' +exit 0 |