Introduced man page and adjusted PKGBUILD and RM

This commit is contained in:
2021-05-19 22:03:19 +02:00
parent 3815c2891f
commit b37de72a19
3 changed files with 68 additions and 3 deletions

View File

@ -34,5 +34,6 @@ package() {
# install -Dm755 current_wallpaper.txt "${pkgdir}${HOME}/.${pkgname}/current_wallpaper.txt"
install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
install -DM644 paperchanger.1 "${pkgdir}/usr/share/man/man1/paperchanger.1"
install -Dm755 paperchanger.sh "${pkgdir}/usr/bin/paperchanger"
}