summaryrefslogtreecommitdiff
path: root/community-staging/rss-glx/rss-glx.install
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-06-01 18:14:42 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-06-01 18:14:42 +0000
commit311d0420d77867bdb1066d38743e68e596a17ce5 (patch)
treea772db16100090d1cbbade0e232d88e39bd631dc /community-staging/rss-glx/rss-glx.install
parentc40a217db5f63be3aa88a32ad77ec93efb40d95c (diff)
Wed Jun 1 18:14:42 UTC 2011
Diffstat (limited to 'community-staging/rss-glx/rss-glx.install')
-rw-r--r--community-staging/rss-glx/rss-glx.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/community-staging/rss-glx/rss-glx.install b/community-staging/rss-glx/rss-glx.install
deleted file mode 100644
index 758642618..000000000
--- a/community-staging/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
-}