diff options
author | Jose Riha | 2022-04-21 10:17:44 +0200 |
---|---|---|
committer | Jose Riha | 2022-04-21 10:17:44 +0200 |
commit | 492f91356ff40c09a406e87b043470b60a7a767f (patch) | |
tree | 4d2e6351ba9abda93bf955fabeef45689e3fa3e1 /vifm-git.install | |
parent | 7665dc26cf7fcaee2fa1b853bc9a7ab529b2b164 (diff) | |
download | aur-492f91356ff40c09a406e87b043470b60a7a767f.tar.gz |
Update to match vifm in community.
Thanks @willemw.
Diffstat (limited to 'vifm-git.install')
-rw-r--r-- | vifm-git.install | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/vifm-git.install b/vifm-git.install deleted file mode 100644 index e111ef94605..00000000000 --- a/vifm-git.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - update-desktop-database -q -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} |