add eric4

This commit is contained in:
arcan1s
2014-10-29 02:23:02 +03:00
parent 0ad22ab687
commit 10560d3e9d
3 changed files with 53 additions and 0 deletions

9
eric4/eric4.install Normal file
View File

@ -0,0 +1,9 @@
post_install() {
update-desktop-database -q
}
post_upgrade() {
post_install
}
# vim:set ts=2 sw=2 et: