Add icon support for notifications and clean up installation script
This commit is contained in:
parent
58b864a2eb
commit
bb397847ce
4 changed files with 34 additions and 36 deletions
1
PKGBUILD
1
PKGBUILD
|
@ -33,4 +33,5 @@ package() {
|
|||
python -m installer --destdir="${pkgdir}" dist/*.whl
|
||||
install -Dm644 config.example.toml "${pkgdir}/etc/${pkgname%-git}/config.toml"
|
||||
install -Dm644 ${pkgname%-git}.service "${pkgdir}/usr/lib/systemd/system/${pkgname%-git}.service"
|
||||
install -Dm644 icon.svg "${pkgdir}/usr/share/icons/hicolor/scalable/apps/fr.edgarpierre.hasspy.svg"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue