remove install
This commit is contained in:
parent
175d83009f
commit
bee8a89443
2 changed files with 0 additions and 38 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
#}
|
Loading…
Reference in a new issue