initial 0.95

This commit is contained in:
Thomas Krug 2016-02-02 23:18:00 +01:00
commit 0c7a2c68d8
7 changed files with 170 additions and 0 deletions

13
dsview.install Normal file
View file

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