mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
14 lines
296 B
Text
14 lines
296 B
Text
|
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
|
||
|
}
|
||
|
|