diff options
author | Stefano Karapetsas <[email protected]> | 2012-07-10 17:17:32 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-07-10 17:17:32 +0200 |
commit | 13847ac10a74de2b6f09984a7128a3815846fbba (patch) | |
tree | d170292e0a57bbaf208e777e602e1d7aad595904 /distro/ubuntu/postinst | |
parent | 45ed56d22feac34c66a1d51411252c182d09baeb (diff) | |
parent | dd6c8ff90284d0936d8c46c5c63c26485429f8e0 (diff) | |
download | mate-terminal-13847ac10a74de2b6f09984a7128a3815846fbba.tar.bz2 mate-terminal-13847ac10a74de2b6f09984a7128a3815846fbba.tar.xz |
Merge branch 'master' of github.com:mate-desktop/mate-terminal
Diffstat (limited to 'distro/ubuntu/postinst')
-rwxr-xr-x | distro/ubuntu/postinst | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/distro/ubuntu/postinst b/distro/ubuntu/postinst deleted file mode 100755 index a4a90c9..0000000 --- a/distro/ubuntu/postinst +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -pkgname=mate-terminal - -/usr/sbin/mateconfpkg --install ${pkgname} -#gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor - -exit 0 |