diff options
author | Stefano Karapetsas <[email protected]> | 2012-02-28 23:39:15 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-02-28 23:39:15 +0100 |
commit | 53df40e0f61c25e078a76fc1a10e92597ce037cb (patch) | |
tree | f362ba7e217aef4dbc955774c95926fd95f366ef /distro/ubuntu/postrm | |
parent | 2dfe3164d9f195b50e066def8e2a4782b5910c10 (diff) | |
download | mate-settings-daemon-53df40e0f61c25e078a76fc1a10e92597ce037cb.tar.bz2 mate-settings-daemon-53df40e0f61c25e078a76fc1a10e92597ce037cb.tar.xz |
removed distro/ubuntu folder
Diffstat (limited to 'distro/ubuntu/postrm')
-rwxr-xr-x | distro/ubuntu/postrm | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/distro/ubuntu/postrm b/distro/ubuntu/postrm deleted file mode 100755 index 13ad9af..0000000 --- a/distro/ubuntu/postrm +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -set -e - -pkgname=mate-settings-daemon - -gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor - -exit 0 |