Compare commits

..

No commits in common. "79486b8f2f00f809dc45ae55fb8ce6f573e14d4f" and "d73c6784dfc015da556303d4c69febda619ae2b8" have entirely different histories.

View File

@ -36,6 +36,6 @@ src_unpack() {
src_install() {
dobin "${MY_PN}"
newicon "${DISTDIR}/${ICON}" "${MY_PN}.png"
newicon "${DISTDIR}/${ICON}" "${MY_PN}"
make_desktop_entry "${MY_PN}" Restic-Browser "${MY_PN}"
}