If you want update-notifier to start when XFCE starts, then you can
create a symlink in your home ~/Desktop/Autostart folder.
Code:
--------------------
mkdir -p ~/Desktop/Autostart
ln -s /usr/bin/update-notifier ~/Desktop/Autostart/
--------------------
--
akudewan