timestamps-fix() {
  touch -c -d "2023-10-08 21:20:49.000000000 +0800" "usr/share/julia/arch-site/NodeJS/test/runtests.jl"
  touch -c -d "2023-10-08 21:20:49.000000000 +0800" "usr/share/julia/arch-site/NodeJS/src/NodeJS.jl"
  touch -c -d "2023-10-08 21:20:49.000000000 +0800" "usr/share/julia/arch-site/NodeJS/README.md"
  touch -c -d "2023-10-08 21:21:02.300442005 +0800" "usr/share/julia/arch-site/NodeJS/Project.toml"
  touch -c -d "2023-10-08 21:20:49.000000000 +0800" "usr/share/julia/arch-site/NodeJS/NEWS.md"
  touch -c -d "2023-10-08 21:20:49.000000000 +0800" "usr/share/julia/arch-site/NodeJS/LICENSE.md"
  touch -c -d "2023-10-08 21:20:49.000000000 +0800" "usr/share/julia/arch-site/NodeJS/CONTRIBUTING.md"
}
post_install() {
  timestamps-fix
}
post_upgrade() {
  timestamps-fix
}
