mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
268 B

desktoputils_pm() {
echo "Installing cron script ..."
rock_substitute $confdir/update-desktop-database.cron \
> $root/etc/cron.daily/83-update-desktop-database
chmod +x $root/etc/cron.daily/83-update-desktop-database
}
hook_add postinstall 5 "desktoputils_pm"