upgpkg: joplin 1.4.19-11

Added the OLD package names for compatability
This commit is contained in:
Alfredo Palhares 2020-12-19 23:35:38 +00:00
parent f8f51b8f12
commit cc2df74267
3 changed files with 19 additions and 5 deletions

View file

@ -6,9 +6,10 @@
## arg 1: the new package version
post_install() {
echo "This is now a split Package:"
echo "joplin for a CLI version"
echo "joplin-cli for a CLI version"
echo "joplin-desktop for a Desktop version"
echo "You may need to install them explicity on some AUR helpers"
echo "The joplin and joplin-desktop-electron will be DEPRECATED!!"
}
## arg 1: the new package version
@ -21,9 +22,10 @@ post_install() {
## arg 2: the old package version
post_upgrade() {
echo "This is now a split Package:"
echo "joplin for a CLI version"
echo "joplin-cli for a CLI version"
echo "joplin-desktop for a Desktop version"
echo "You may need to install them explicity on some AUR helpers"
echo "The joplin and joplin-desktop-electron will be DEPRECATED!!"
}
## arg 1: the old package version