summarylogtreecommitdiffstats
path: root/python-pywebview.install
diff options
context:
space:
mode:
Diffstat (limited to 'python-pywebview.install')
-rwxr-xr-xpython-pywebview.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/python-pywebview.install b/python-pywebview.install
new file mode 100755
index 000000000000..c4d6ac16042b
--- /dev/null
+++ b/python-pywebview.install
@@ -0,0 +1,9 @@
+post_install() {
+ cat << EOF
+
+NOTE: To use pywebview, make sure optional dependencies for this package
+are installed for either GTK or Qt.
+
+EOF
+ /bin/true
+}