summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
-rw-r--r--geant4-full.install2
2 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 31e505cc4f40..7223a9d91503 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='geant4-full'
pkgver=11.2.0
-pkgrel=3
+pkgrel=4
pkgdesc="A simulation toolkit for particle physics interactions - includes all the optional libraries"
depends=(
'cmake>=3.16'
diff --git a/geant4-full.install b/geant4-full.install
index ebdd5a23146e..0c8e1694c288 100644
--- a/geant4-full.install
+++ b/geant4-full.install
@@ -38,7 +38,7 @@ post_install(){
}
pre_remove(){
- echo "Backing up Geant4 Libraries. To remove them, please run\n $ sudo rm -Rf /opt/Geant4/Libraries/G4ABLA3.3"
+ echo "Backing up Geant4 Libraries. To remove them, please run\n $ sudo rm -Rf /opt/Geant4/Libraries"
mv /opt/Geant4/Libraries /opt/Geant4/Lib-backup
}