# HG changeset patch # User Hasan Yavuz Ă–ZDERYA # Date 2015-05-07 14:54:04 # Node ID 1d3860200d63676786ead0d1638a2018d42e3d6b # Parent 5faa0e981ba0408a984c14c600d1823fa7f80c2f added missing debian control files diff --git a/debian/postinst b/debian/postinst new file mode 100644 --- /dev/null +++ b/debian/postinst @@ -0,0 +1,3 @@ +#!/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 diff --git a/debian/postrm b/debian/postrm new file mode 100755 --- /dev/null +++ b/debian/postrm @@ -0,0 +1,3 @@ +#!/bin/bash +xdg-desktop-menu uninstall --novendor serialplot.desktop +xdg-icon-resource uninstall --novendor --size 256 serialplot