diff options
author | B. Watson <yalhcru@gmail.com> | 2022-04-16 03:27:26 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-04-16 11:32:17 -0400 |
commit | c7ad532b96865ca3a0e5bf58528ac0b236aefad9 (patch) | |
tree | 774c7018938a141414790ee3431aa8b7589efce2 /system/fish/doinst.sh | |
parent | e62c20ddfa325c7c7572cc57f2d7773c4079b93e (diff) |
system/fish: Remove /usr/share/doc, fix doinst.sh.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/fish/doinst.sh')
-rw-r--r-- | system/fish/doinst.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/fish/doinst.sh b/system/fish/doinst.sh index 20492202c8..2eb3aa70da 100644 --- a/system/fish/doinst.sh +++ b/system/fish/doinst.sh @@ -15,3 +15,7 @@ config etc/fish/config.fish.new # add Fish to /etc/shells grep -qe '^/usr/bin/fish$' etc/shells || echo '/usr/bin/fish' >> etc/shells + +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi |