first commit

This commit is contained in:
Bachir Soussi Chiadmi
2017-05-01 11:03:15 +02:00
commit c3bcb0cc44
7 changed files with 95 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
post_install() {
update-desktop-database -q
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}