summarylogtreecommitdiffstats
path: root/syncplay.install
diff options
context:
space:
mode:
Diffstat (limited to 'syncplay.install')
-rwxr-xr-xsyncplay.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/syncplay.install b/syncplay.install
deleted file mode 100755
index e83eb9e3b218..000000000000
--- a/syncplay.install
+++ /dev/null
@@ -1,11 +0,0 @@
-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
-}