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