--- trunk/include/xfce.sminc 2014/10/21 11:32:06 22510 +++ trunk/include/xfce.sminc 2014/10/23 12:49:30 22551 @@ -14,10 +14,10 @@ sminclude mtools gtk2 fdo-mime case ${PNAME} in - thunar-*-plugin) URISUBDIR="thunar-plugins" ;; - xfce4-*-plugin) URISUBDIR="panel-plugins" ;; - parole|orage|ristretto|xfburn) URISUBDIR="apps" ;; - xfce4-dict|xfce4-mixer|xfce4-notifyd|xfce4-taskmanager|xfce4-screenshooter|xfce4-terminal) URISUBDIR="apps" ;; + thunar-*-plugin) URISUBDIR="thunar-plugins"; UP2SUBDIR="thunar-plugins" ;; + xfce4-*-plugin) URISUBDIR="panel-plugins"; UP2SUBDIR="panel-plugins" ;; + parole|orage|ristretto|xfburn) URISUBDIR="apps"; UP2SUBDIR="apps";; + xfce4-dict|xfce4-mixer|xfce4-notifyd|xfce4-taskmanager|xfce4-screenshooter|xfce4-terminal) URISUBDIR="apps"; UP2SUBDIR="apps" ;; *) URISUBDIR="xfce" ;; esac @@ -29,6 +29,8 @@ mirror://${PNAME}/${SRCFILE} ) +UP2DATE="updatecmd_xfce ${PNAME}" + # special functions needed by postinstall|postremove SPECIAL_FUNCTIONS="${SPECIAL_FUNCTIONS} xfce_postinstall xfce_postremove"