summarylogtreecommitdiffstats
path: root/xmind.install
diff options
context:
space:
mode:
authorFabioLolix2022-04-09 13:49:36 +0200
committerFabioLolix2022-04-09 13:49:36 +0200
commite3e0352ccabfa67a6d4d93eb20a8e7bf8d22df82 (patch)
tree819e75dcf8b13c8d4cc34fb774dd1662ade4bf89 /xmind.install
parentd3843e6f081ab6b12d413fa9c9de22a7baf21ed4 (diff)
downloadaur-e3e0352ccabfa67a6d4d93eb20a8e7bf8d22df82.tar.gz
v12.0.1-202203290828
Diffstat (limited to 'xmind.install')
-rw-r--r--xmind.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/xmind.install b/xmind.install
deleted file mode 100644
index 39422f79bd8f..000000000000
--- a/xmind.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- echo ' Try to delete ~/.xmind/ directory if XMind crashes on start.'
- echo ' Edit PKGBUILD and rebuild the package to change GTK or Java version.'
- echo ' You can also set GTK version in the "/usr/share/xmind/XMind/XMind.ini"'
- echo ' file on the line after "--launcher.GTK_version".'
- echo ' You must add "--add-modules=java.se.ee" line at the end of the file'
- echo ' if you are using Java version 10.'
-}
-
-post_upgrade() {
- post_install
-}