1 2 3 4 5 6 7 8 9 10 11
#!/bin/sh PKG_NAME="ayatana-indicator-notifications" which mate-autogen || { echo "You need mate-common from https://git.mate-desktop.org" exit 1 } USE_GNOME2_MACROS=1 \ . mate-autogen $@