Initialize 1.0.0-1 version

This commit is contained in:
2019-08-22 21:38:31 +02:00
parent 4fcf86c52a
commit 6d949aeb5f
4 changed files with 55 additions and 0 deletions

@ -0,0 +1,5 @@
post_install() {
# register pamac-url-handler script as a default application to handle x-scheme-handler/ x-alpm-package
xdg-mime default pamac-url-handler.desktop x-scheme-handler/x-alpm-package
}