first draft

This commit is contained in:
Bachir Soussi Chiadmi
2017-06-05 21:20:40 +02:00
commit b2ede324bf
9 changed files with 112 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
}