Package Details: anihot-app 6.2.5-2

Git Clone URL: https://aur.archlinux.org/anihot-app.git (read-only, click to copy)
Package Base: anihot-app
Description: Linux client for AniHot anime streaming app
Upstream URL: https://github.com/MrGlany/AniHotAppPC
Keywords: anihot anime
Licenses: custom
Submitter: RimuruTemp1421
Maintainer: RimuruTemp1421
Last Packager: RimuruTemp1421
Votes: 0
Popularity: 0.000000
First Submitted: 2026-04-20 12:36 (UTC)
Last Updated: 2026-09-08 12:01 (UTC)

Pinned Comments

RimuruTemp1421 commented on 2026-06-12 22:15 (UTC)

This file Binary

Latest Comments

RimuruTemp1421 commented on 2026-06-12 22:15 (UTC)

This file Binary

RimuruTemp1421 commented on 2026-06-10 23:36 (UTC)

i almost forgot

anihot-app.install

post_install() {
    update-desktop-database -q
    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
}

post_upgrade() {
    post_install
}

post_remove() {
    update-desktop-database -q
    gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
}