PKGBUILDs/extra/xfce-utils/xfce-utils.install

27 lines
532 B
Text
Raw Normal View History

2009-10-10 02:23:22 +00:00
post_install() {
cat << EOF
NOTE
----
==> xfce can run on top of a framebuffer. However, for most users it is
==> best to install xorg as an x-server. Please install either xorg-xinit
==> as minimal environment or the xorg meta package.
pacman -S xorg-xinit
-- or --
pacman -S xorg
EOF
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}
post_upgrade() {
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}
post_remove() {
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}
op=$1
shift
$op $*