summarylogtreecommitdiffstats
path: root/syncplay.install
diff options
context:
space:
mode:
Diffstat (limited to 'syncplay.install')
-rwxr-xr-xsyncplay.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/syncplay.install b/syncplay.install
new file mode 100755
index 000000000000..e83eb9e3b218
--- /dev/null
+++ b/syncplay.install
@@ -0,0 +1,11 @@
+post_install () {
+ echo "\
+#########################################################################
+# NOTE: 'qt5-declarative' and 'pyside2' are REQUIRED for GUI function.
+# Please install these manually if you want to use Syncplay for the GUI.
+#########################################################################\
+"
+}
+post_upgrade () {
+ post_install
+}