remove install

This commit is contained in:
Antoine Martin 2023-05-03 20:38:12 -04:00
parent 175d83009f
commit bee8a89443
2 changed files with 0 additions and 38 deletions

View file

@ -5,7 +5,6 @@ pkgname=joplin
pkgver=2.9.17
pkgdesc="A note taking and to-do application with synchronization capabilities"
pkgrel=0
install="joplin.install"
depends="
electron
gtk+3.0

View file

@ -1,37 +0,0 @@
## arg 1: the new package version
#pre_install() {
# do something here
#}
## arg 1: the new package version
post_install() {
echo "This is now a split Package:"
echo "joplin: CLI and Desktop"
echo "joplin-desktop: for a Desktop version"
echo "You may need to install them explicity on some AUR helpers"
}
## arg 1: the new package version
## arg 2: the old package version
#pre_upgrade() {
# do something here
#}
## arg 1: the new package version
## arg 2: the old package version
post_upgrade() {
echo "This is now a split Package:"
echo "joplin: CLI and Desktop"
echo "joplin-desktop: for a Desktop version"
echo "You may need to install them explicity on some AUR helpers"
}
## arg 1: the old package version
#pre_remove() {
# do something here
#}
## arg 1: the old package version
#post_remove() {
# do something here
#}