summarylogtreecommitdiffstats
path: root/pybgsetter.install
diff options
context:
space:
mode:
Diffstat (limited to 'pybgsetter.install')
-rw-r--r--pybgsetter.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/pybgsetter.install b/pybgsetter.install
new file mode 100644
index 000000000000..d040b34d6c23
--- /dev/null
+++ b/pybgsetter.install
@@ -0,0 +1,7 @@
+post_install(){
+ printf '\nPlease install at least one of the optional dependencies.\n'
+}
+
+post_upgrade(){
+ post_install
+}