Register default mods during installation on Debian/Ubuntu.
This commit is contained in:
6
packaging/linux/deb/DEBIAN/prerm
Executable file
6
packaging/linux/deb/DEBIAN/prerm
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
mono {LIBDIR}/OpenRA.Utility.exe ra --unregister-mod system
|
||||
mono {LIBDIR}/OpenRA.Utility.exe cnc --unregister-mod system
|
||||
mono {LIBDIR}/OpenRA.Utility.exe d2k --unregister-mod system
|
||||
Reference in New Issue
Block a user