Added current pkgbuilds

This commit is contained in:
arcan1s
2013-09-11 01:27:20 +04:00
parent 6f7fb30c6e
commit 2560cb8c5b
23 changed files with 860 additions and 0 deletions

10
scidavis/scidavis.install Normal file
View File

@ -0,0 +1,10 @@
post_install() {
update-desktop-database -q
update-mime-database /usr/share/mime/ > /dev/null
}
post_remove() {
post_install $1
}
# vim:set ts=2 sw=2 et: