rcconf-settings: add the file for real

This commit is contained in:
Phil 2011-12-23 20:50:54 +00:00
parent 92dd1665ec
commit 6537152b2c

7
rcconf-settings/install Normal file
View File

@ -0,0 +1,7 @@
post_install() {
update-mime-database usr/share/mime > /dev/null
}
post_remove() {
post_install $1
}