Mercurial > cgi-bin > hgweb.cgi > JpegWasher
annotate package-files/linux/deb/postinst @ 34:d175593317a8
Add a bunch of packaging stuff, NOT WORKING YET,
author | David Barts <n5jrn@me.com> |
---|---|
date | Wed, 29 Apr 2020 21:49:21 -0700 |
parents | |
children | bcbc92ffe0d0 |
rev | line source |
---|---|
34
d175593317a8
Add a bunch of packaging stuff, NOT WORKING YET,
David Barts <n5jrn@me.com>
parents:
diff
changeset
|
1 #!/bin/sh |
d175593317a8
Add a bunch of packaging stuff, NOT WORKING YET,
David Barts <n5jrn@me.com>
parents:
diff
changeset
|
2 set -e |
d175593317a8
Add a bunch of packaging stuff, NOT WORKING YET,
David Barts <n5jrn@me.com>
parents:
diff
changeset
|
3 if [ "$1" = "configure" ] && [ -x /usr/bin/update-menus ]; then update-menus ; fi |