upgpkg: joplin 1.4.19-12

Add Joplin Combined package
This commit is contained in:
Alfredo Palhares 2020-12-20 18:00:38 +00:00
parent cc2df74267
commit 7f5850a3f2
3 changed files with 36 additions and 15 deletions

View file

@ -6,10 +6,11 @@
## arg 1: the new package version
post_install() {
echo "This is now a split Package:"
echo "joplin-cli for a CLI version"
echo "joplin-desktop for a Desktop version"
echo "joplin: Contains Both CLI and Desktop"
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!!"
echo "The joplin-desktop-electron package will be DEPRECATED!!"
}
## arg 1: the new package version
@ -22,10 +23,11 @@ post_install() {
## arg 2: the old package version
post_upgrade() {
echo "This is now a split Package:"
echo "joplin-cli for a CLI version"
echo "joplin-desktop for a Desktop version"
echo "joplin: Contains Both CLI and Desktop"
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!!"
echo "The joplin-desktop-electron package will be DEPRECATED!!"
}
## arg 1: the old package version