summaryrefslogtreecommitdiff
path: root/community-staging/rss-glx/rss-glx.install
blob: 758642618887115abf49a69e37c5749fcb197caa (plain)
1
2
3
4
5
6
7
8
9
10
11
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
}