install new icon

This commit is contained in:
Gaute Hope
2017-03-02 14:37:49 +01:00
parent 94129d3d3c
commit def641a931
3 changed files with 19 additions and 5 deletions

12
astroid.install Normal file
View File

@@ -0,0 +1,12 @@
post_install() {
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}