Package dvd+rw-tools: Скрипты

Post install

1
2
3
4
5
6
7
if [ $1 -ge 2 ]; then 
	/usr/sbin/control-restore growisofs dvd+rw-format dvd+rw-booktype dvd+rw-mediainfo dvd-ram-control 
else 
	for facility in growisofs dvd+rw-format dvd+rw-booktype dvd+rw-mediainfo dvd-ram-control; do 
		/usr/sbin/control "$facility" public 
	done 
fi
Pre install

1
2
3
if [ $1 -ge 2 ]; then 
	/usr/sbin/control-dump growisofs dvd+rw-format dvd+rw-booktype dvd+rw-mediainfo dvd-ram-control 
fi