timestamps-fix() {
  touch -c -d "2024-12-12 14:30:45.000000000 +0800" "usr/share/julia/arch-site/InvertedIndices/LICENSE.md"
  touch -c -d "2024-12-12 14:31:01.088866152 +0800" "usr/share/julia/arch-site/InvertedIndices/Project.toml"
  touch -c -d "2024-12-12 14:30:45.000000000 +0800" "usr/share/julia/arch-site/InvertedIndices/README.md"
  touch -c -d "2024-12-12 14:30:45.000000000 +0800" "usr/share/julia/arch-site/InvertedIndices/src/InvertedIndices.jl"
  touch -c -d "2024-12-12 14:30:45.000000000 +0800" "usr/share/julia/arch-site/InvertedIndices/test/runtests.jl"
}
post_install() {
  timestamps-fix
}
post_upgrade() {
  timestamps-fix
}
