upgpkg: joplin 1.4.19-14

* Remove meta package, just not worth the hassple
* Do not run checks for now
This commit is contained in:
Alfredo Palhares 2020-12-27 16:42:24 +00:00
parent 2c86bba5bb
commit 1d5387113e
3 changed files with 10 additions and 54 deletions

View file

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