diff options
Diffstat (limited to 'distro/ubuntu/postinst')
-rwxr-xr-x | distro/ubuntu/postinst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/distro/ubuntu/postinst b/distro/ubuntu/postinst new file mode 100755 index 0000000..5a3cded --- /dev/null +++ b/distro/ubuntu/postinst @@ -0,0 +1,9 @@ +#!/bin/sh + +pkgname=libmateweather + +if [ -f /usr/sbin/mateconfpkg ]; then + /usr/sbin/mateconfpkg --install ${pkgname} +fi + +exit 0 |