Provides automatic installation scripts for OpenRA with Tiberian Sun & Red Alert 2 + Dune 2 (Windows, Linux)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
155 B

  1. post_install() {
  2. xdg-icon-resource forceupdate --theme hicolor &> /dev/null
  3. }
  4. post_upgrade() {
  5. post_install
  6. }
  7. post_remove() {
  8. post_install
  9. }