upgpkg: joplin 1.4.19-10

Use new naming
This commit is contained in:
Alfredo Palhares 2020-12-19 23:15:20 +00:00
parent e2077ca3c6
commit f8f51b8f12
3 changed files with 10 additions and 13 deletions

View file

@ -7,7 +7,7 @@
post_install() {
echo "This is now a split Package:"
echo "joplin for a CLI version"
echo "joplin-desktop-electron for a Desktop version"
echo "joplin-desktop for a Desktop version"
echo "You may need to install them explicity on some AUR helpers"
}
@ -22,7 +22,7 @@ post_install() {
post_upgrade() {
echo "This is now a split Package:"
echo "joplin for a CLI version"
echo "joplin-desktop-electron for a Desktop version"
echo "joplin-desktop for a Desktop version"
echo "You may need to install them explicity on some AUR helpers"
}