|
|
@ -31,12 +31,3 @@ var_append confopt ' ' "--with-xinput=yes" |
|
|
|
|
|
|
|
hook_add preconf 3 'autoconf' |
|
|
|
|
|
|
|
gdkpixbuf_pm() { |
|
|
|
echo "Installing cron script ..." |
|
|
|
rock_substitute $confdir/gdkpixbuf.cron \ |
|
|
|
> $root/etc/cron.daily/82-gdkpixbuf |
|
|
|
chmod +x $root/etc/cron.daily/82-gdkpixbuf |
|
|
|
} |
|
|
|
|
|
|
|
hook_add postinstall 3 'gdkpixbuf_pm' |
|
|
|
|