pkgsrc/x11/mate-settings-daemon/INSTALL
youri 5bcd2873d4 Use INSTALL file for the post-install commands,
so that it works with pkg_add. Noted by wiz@.
2019-01-23 15:17:27 +00:00

10 lines
134 B
Text

#!/bin/sh
#
case ${STAGE} in
POST-INSTALL)
${MKDIR} ${PKG_SYSCONFDIR}/xrdb
touch ${PKG_SYSCONFDIR}/xrdb/General.ad
;;
esac
exit 0