FS#13911 - [openbox]: Include 'autostart.sh' to the post_install message

Attached to Project: Arch Linux
Opened by Skottish (skottish) - Sunday, 22 March 2009, 06:38 GMT
Last edited by Andrea Scarpino (BaSh) - Saturday, 03 October 2009, 13:17 GMT
Task Type Feature Request
Category Packages: Extra
Status Closed
Assigned To Andrea Scarpino (BaSh)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

Details

Description:

Currently the post install message for Openbox is:

post_install() {
echo "Place menu.xml and rc.xml in ~/.config/openbox"
echo "They can both be found in /etc/xdg/openbox"
/bin/true
}

It should include autostart.sh also:

post_install() {
echo "Place menu.xml, rc.xml, and autostart.sh, in ~/.config/openbox"
echo "They can be found in /etc/xdg/openbox"
/bin/true
}
This task depends upon

Closed by  Andrea Scarpino (BaSh)
Saturday, 03 October 2009, 13:17 GMT
Reason for closing:  Fixed
Additional comments about closing:  openbox 3.4.7.2-3
Comment by Eric Belanger (Snowman) - Sunday, 22 March 2009, 07:18 GMT
The:
/bin/true
are not necessary so they can be removed.

Loading...