diff options
author | Filippo Falezza | 2024-02-27 16:57:26 +0100 |
---|---|---|
committer | Filippo Falezza | 2024-02-27 16:57:26 +0100 |
commit | 3df45931ddd6782910d4812d35e390a2a7133d77 (patch) | |
tree | f858031373ab8e7edc5fd0818a1b98e87a072d47 /geant4-full.install | |
parent | 95d04157c3567bf91b4e18a10c5ff54904ed1963 (diff) | |
download | aur-3df45931ddd6782910d4812d35e390a2a7133d77.tar.gz |
minor update, fixed sha256
Diffstat (limited to 'geant4-full.install')
-rw-r--r-- | geant4-full.install | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |