added istodo

This commit is contained in:
arcan1s
2014-03-03 18:02:29 +04:00
parent ff23094549
commit 664b5fd841
2 changed files with 47 additions and 0 deletions

12
istodo/istodo.install Normal file
View File

@ -0,0 +1,12 @@
post_install() {
xdg-icon-resource forceupdate --theme hicolor
update-desktop-database -q
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}