2009-12-12 11:58:50 +01:00
|
|
|
# Template file for 'xbps-static'.
|
|
|
|
#
|
2012-05-23 18:26:56 +02:00
|
|
|
depends="xbps-triggers"
|
2012-11-23 10:43:18 +01:00
|
|
|
short_desc="${short_desc} - static binaries"
|
2011-07-08 15:27:34 +02:00
|
|
|
replaces="xbps-static>=0"
|
2011-07-08 09:01:08 +02:00
|
|
|
|
2012-02-06 14:16:46 +01:00
|
|
|
do_install() {
|
2012-04-06 09:54:40 +02:00
|
|
|
vmove "usr/sbin/*.static" usr/sbin
|
2009-12-12 11:58:50 +01:00
|
|
|
}
|