diff options
author | Deposite Pirate | 2019-06-17 20:47:29 +0200 |
---|---|---|
committer | Deposite Pirate | 2019-06-17 20:47:29 +0200 |
commit | f3f0691ec11ff9a0daf93edea4ac3e59f035ed5e (patch) | |
tree | 94a838952fff66487b92efc9c50444d9354906cb /devilutionx-git/devilutionx.install | |
parent | 519feb92e7a1c19893f1fab9646b5cf299897322 (diff) |
* Add 64bit or 32bit only DevilutionX build.
new file: devilutionx-git/.SRCINFO
new file: devilutionx-git/.gitignore
new file: devilutionx-git/PKGBUILD
new file: devilutionx-git/devilutionx.install
new file: devilutionx-git/diablo.desktop
new file: devilutionx-git/diablo_1_icon_by_mulek169.png
Diffstat (limited to 'devilutionx-git/devilutionx.install')
-rw-r--r-- | devilutionx-git/devilutionx.install | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/devilutionx-git/devilutionx.install b/devilutionx-git/devilutionx.install new file mode 100644 index 0000000..c12b165 --- /dev/null +++ b/devilutionx-git/devilutionx.install @@ -0,0 +1,17 @@ +post_install(){ + +cat << EOF +>>> Copy required files(e.g. diablodat.mpq) to your Diablo directory +>>> (default is ~/.local/share/diasurgical/devilution) or move the +>>> devilution executable in the same directory as "diablodat.mpq". +>>> NOTE: There are two versions of build(native and multilib). +>>> 64bit native Linux build are currently not in a playable state. +>>> Please keep in mind that this is still being worked on and is +>>> missing parts of UI and SoundEffects are not properly playing +>>> now. It is advised to build a 32-bit build on a multilib system +EOF +} + +post_upgrade() { + post_install +} |