Changeset - 1d3860200d63
[Not reviewed]
default
0 0 2
Hasan Yavuz Ă–ZDERYA - 10 years ago 2015-05-07 14:54:04
hy@ozderya.net
added missing debian control files
2 files changed with 6 insertions and 0 deletions:
0 comments (0 inline, 0 general)
debian/postinst
Show inline comments
 
new file 100644
 
#!/bin/bash
 
xdg-desktop-menu install --novendor /usr/share/serialplot/serialplot.desktop
 
xdg-icon-resource install --novendor --size 256 /usr/share/serialplot/serialplot.png
 
\ No newline at end of file
debian/postrm
Show inline comments
 
new file 100755
 
#!/bin/bash
 
xdg-desktop-menu uninstall --novendor serialplot.desktop
 
xdg-icon-resource uninstall --novendor --size 256 serialplot
0 comments (0 inline, 0 general)