initial 0.95
This commit is contained in:
commit
0c7a2c68d8
7 changed files with 170 additions and 0 deletions
13
dsview.install
Normal file
13
dsview.install
Normal 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:
|
Loading…
Add table
Add a link
Reference in a new issue