This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
mpv
mirror of
https://github.com/mpv-player/mpv
Watch
1
Star
0
Fork
You've already forked mpv
0
Code
Issues
Releases
Wiki
Activity
e8a1b37130
mpv
/
debian-build
/
postrm
10 lines
112 B
Bash
Raw
Blame
History
#!/bin/sh
set
-e
if
[
"
$1
"
=
"purge"
]
;
then
if
[
-d /etc/mplayer/
]
;
then
rm -rf /etc/mplayer/
fi
fi
Reference in New Issue
View Git Blame
Copy Permalink