summarylogtreecommitdiffstats
path: root/conky-lua-nv.install
diff options
context:
space:
mode:
Diffstat (limited to 'conky-lua-nv.install')
-rw-r--r--conky-lua-nv.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/conky-lua-nv.install b/conky-lua-nv.install
new file mode 100644
index 000000000000..51ce4095b04a
--- /dev/null
+++ b/conky-lua-nv.install
@@ -0,0 +1,9 @@
+post_install() {
+ echo "You must install one of the nvidia packages suitable"
+ echo "for your GPU for the nvidia support to properly work"
+}
+
+post_upgrade() {
+ post_install $1
+}
+