Skip to content

Commit be476f9

Browse files
authored
Fix QA warnings
1 parent 2cb67dc commit be476f9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

dev-debug/codetracer/codetracer-25.07.1.ebuild

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
EAPI="7"
44

5+
inherit xdg
6+
57
DESCRIPTION="A user-friendly time-traveling debugger for a varierty of programming languages"
68
HOMEPAGE="https://github.com/metacraft-labs/codetracer"
79
SRC_URI="$HOMEPAGE/releases/download/${PV}/resources.tar.xz -> resources.tar.xz
@@ -38,3 +40,11 @@ src_install() {
3840
install -Dm644 "${WORKDIR}"/resources/Icon.iconset/icon_256x256.png "${ED}"/usr/share/icons/hicolor/256x256/apps/codetracer.png
3941
install -Dm644 "${WORKDIR}"/resources/Icon.iconset/icon_512x512.png "${ED}"/usr/share/icons/hicolor/512x512/apps/codetracer.png
4042
}
43+
44+
pkg_postinst() {
45+
xdg_icon_cache_update
46+
}
47+
48+
pkg_postrm() {
49+
xdg_icon_cache_update
50+
}

0 commit comments

Comments
 (0)