diff options
Diffstat (limited to 'community/rss-glx/rss-glx.install')
-rw-r--r-- | community/rss-glx/rss-glx.install | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/community/rss-glx/rss-glx.install b/community/rss-glx/rss-glx.install deleted file mode 100644 index 758642618..000000000 --- a/community/rss-glx/rss-glx.install +++ /dev/null @@ -1,12 +0,0 @@ -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 -} |