summarylogtreecommitdiffstats
path: root/vkd3d-proton-bin-git.install
blob: 43e14da02ecc57e1eac1fa327a988e6dc76bcae1 (plain)
1
2
3
4
5
6
7
8
9
10
post_install(){
  echo "Creating symlink to run setup_vkd3d_proton.sh from bin"
  echo "Running ln -s /usr/share/vkd3d-proton/setup_vkd3d_proton.sh /usr/bin/setup_vkd3d_proton"
  ln -s /usr/share/vkd3d-proton/setup_vkd3d_proton.sh /usr/bin/setup_vkd3d_proton.sh
}

post_remove(){
  echo "Removing symlink of setup_vkd3d_proton.sh"
  rm -rf /usr/bin/setup_vkd3d_proton.sh
}