PKGBUILDs/community/rss-glx/rss-glx.install

14 lines
296 B
Text
Raw Normal View History

2009-10-10 02:15:33 +00:00
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
}