summaryrefslogtreecommitdiff
path: root/community-staging/rss-glx/rss-glx.install
diff options
context:
space:
mode:
Diffstat (limited to 'community-staging/rss-glx/rss-glx.install')
-rw-r--r--community-staging/rss-glx/rss-glx.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/community-staging/rss-glx/rss-glx.install b/community-staging/rss-glx/rss-glx.install
new file mode 100644
index 000000000..758642618
--- /dev/null
+++ b/community-staging/rss-glx/rss-glx.install
@@ -0,0 +1,12 @@
+post_install() {
+ cat << 'EOM'
+ --> If you want to integrate the RSS screen savers with xscreensaver
+ --> for your user, then install the xscreensaver package and launch
+ --> the command "rss-glx_install.pl"
+EOM
+ update-desktop-database -q
+}
+
+post_remove() {
+ update-desktop-database -q
+}