summarylogtreecommitdiffstats
path: root/.INSTALL
diff options
context:
space:
mode:
authorhayao2020-04-10 21:24:56 +0900
committerhayao2020-04-10 21:24:56 +0900
commit1e8ac88960b87948eafe2d94664001a3017ac5a4 (patch)
tree54371ccfadc83d639c8c0546e336a2dfda485e22 /.INSTALL
parent63adf803cf29f237e5fa5eff0acae909da3b9f87 (diff)
downloadaur-flast.tar.gz
[update] : Updated 82.0.5
Diffstat (limited to '.INSTALL')
-rw-r--r--.INSTALL15
1 files changed, 0 insertions, 15 deletions
diff --git a/.INSTALL b/.INSTALL
deleted file mode 100644
index c4db1f71ff29..000000000000
--- a/.INSTALL
+++ /dev/null
@@ -1,15 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- update-mime-database /usr/share/mime || true
- update-desktop-database /usr/share/applications || true
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- update-desktop-database -q
-}