timestamps-fix() {
  touch -c -d "2023-10-04 12:44:15.000000000 +0800" "usr/share/julia/arch-site/CpuId/test/runtests.jl"
  touch -c -d "2023-10-04 12:44:15.000000000 +0800" "usr/share/julia/arch-site/CpuId/test/mockdb.jl"
  touch -c -d "2023-10-04 12:44:15.000000000 +0800" "usr/share/julia/arch-site/CpuId/test/mock.jl"
  touch -c -d "2023-10-04 12:44:15.000000000 +0800" "usr/share/julia/arch-site/CpuId/src/CpuId.jl"
  touch -c -d "2023-10-04 12:44:15.000000000 +0800" "usr/share/julia/arch-site/CpuId/src/cpufeature.jl"
  touch -c -d "2023-10-04 12:44:15.000000000 +0800" "usr/share/julia/arch-site/CpuId/src/CpuInstructions.jl"
  touch -c -d "2023-10-04 12:44:15.000000000 +0800" "usr/share/julia/arch-site/CpuId/doc/notes.md"
  touch -c -d "2023-10-04 12:44:15.000000000 +0800" "usr/share/julia/arch-site/CpuId/README.md"
  touch -c -d "2023-10-04 12:44:25.814734801 +0800" "usr/share/julia/arch-site/CpuId/Project.toml"
  touch -c -d "2023-10-04 12:44:15.000000000 +0800" "usr/share/julia/arch-site/CpuId/LICENSE.md"
}
post_install() {
  timestamps-fix
}
post_upgrade() {
  timestamps-fix
}
