FS#4105 - Ati Drivers .install file

Attached to Project: Arch Linux
Opened by Wael Nasreddine (Gandalf) - Saturday, 04 March 2006, 21:04 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture not specified
Severity Low
Priority Normal
Reported Version 0.7.1 Noodle
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Hello,

The .install file of ati-drivers 8.22.5-4 package has

post_upgrade() {
}

post_remove() {
}

and that makes it exit with an error, please change it to

post_upgrade() {
/bin/true
}

post_remove() {
/bin/true
}

Thanks...
This task depends upon

Closed by  James Rayner (iphitus)
Saturday, 04 March 2006, 22:42 GMT
Reason for closing:  Fixed

Loading...